Color Hex Logo

#63dd42 Color Hex

#63DD42
(99,221,66)
0 Favorites   0 Comments

Color spaces of #63dd42

RGB 9922166
HSL0.300.700.56
HSV107°70°87°
CMYK 0.550.000.70   0.13
XYZ31.985454.758914.0380
Yxy54.75890.31740.5433
Hunter Lab73.9993-52.344040.5519
CIE-Lab78.9022-61.278662.5879

#63dd42 color RGB value is (99,221,66).

#63dd42 hex color red value is 99, green value is 221 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #63dd42 hue: 0.30 , saturation: 0.70 and the lightness value of 63dd42 is 0.56.

The process color (four color CMYK) of #63dd42 color hex is 0.55, 0.00, 0.70, 0.13. Web safe color of #63dd42 is #66cc33. Color #63dd42 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 11011101 01000010
Octal 143 335 102
Decimal 99 221 66
Hex 63 DD 42

RGB Percentages of Color #63dd42

%25.65
%57.25
%17.10

CMYK Percentages of Color #63dd42

%55
%0
%70
%13

Triadic Colors of #63dd42

#63dd42 #4263dd #dd4263

Analogous Colors of #63dd42

#63dd42 #42dd6f #b1dd42

Monochromatic Colors of #63dd42

#63dd42

Complementary Color

#63dd42 #bc42dd

#63dd42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63dd42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#63dd42 Color CSS Codes

.mybgcolor {background-color:#63dd42; } 
.myforecolor {color:#63dd42; }
.mybordercolor {border:3px solid #63dd42; }

#63dd42 Text Font Color

<p style="color:#63dd42">Text here</p>

This sample text font color is #63dd42
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#63dd42 Background Color

<div style="background-color:#63dd42">
Div content here</div>

This div background color is #63dd42


#63dd42 Border Color

<div style="border:3px solid #63dd42">
Div here</div>

This div border color is #63dd42


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,221,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #63dd42; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #63dd42;
  -webkit-box-shadow: 1px 1px 3px 2px #63dd42;
  box-shadow:         1px 1px 3px 2px #63dd42; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,221,66, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #63dd42">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #63dd42;
  -webkit-box-shadow: 1px 1px 3px 2px #63dd42;
  box-shadow:         1px 1px 3px 2px #63dd42;">
Div content here</div>

This div box has shadow with color #63dd42


Comments

No comments written yet.

Please login to write comment.