Html Css Color HEX #42CC66 Emerald

📋 copy color: '#42CC66'

red 66 ◦ green 204 ◦ blue 102

#42CC66
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #42CC66

Tints of Emerald #42CC66

RGB

 RED value IS 66 (26.17% from 255) = 17.74%

 GREEN value IS 204 (80.08% from 255) = 54.84%

 BLUE value IS 102 (40.23% from 255) = 27.42%

R = 17.74%
G = 54.84%
B = 27.42%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.5

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#42CC66 (or 0x42CC66) is known color: Emerald. HEX triplet: 42, CC and 66. RGB value is (66,204,102). Sum of RGB (Red+Green+Blue) = 66+204+102=372 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.74% from 372); Green value is 204 (80.08% from 255 or 54.84% from 372); Blue value is 102 (40.23% from 255 or 27.42% from 372); Max value from RGB is 204 - color contains mainly: green. Hex color #42CC66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CC66 is #BD3399. Grayscale: #979797. Windows color (decimal): -12399514 or 6736962. OLE color: 6736962.

HSL color Cylindrical-coordinate representation of color #42CC66: hue angle of 135.65º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42CC66 is Cyan = 0.68, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.2.

Color convert

RGB 66 204 102 -
CMYK 0.68 0 0.5 0.2
HSL 135.65º 0.58% 0.53% -
HSV(B) 135.65º 0.68% 0.8% -
XYZ 26.24 45.3 19.93 -
YUV 151.11 100.28 67.29 -
System Red Green Blue C M Y K H S L
Decimal 66 204 102 0.68 0 0.5 0.2 135.65 0.58 0.53
Hex 42 CC 66 44 0 32 14 88 3A 35
Octal 102 314 146 104 0 62 24 210 72 65
Binary 1000010 11001100 1100110 1000100 0 110010 10100 10001000 111010 110101

Color Harmonies of #42CC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CC66

Black with #42CC66

Text Example


Text Example

White with #42CC66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42CC66; }

 p { color: rgb(66,204,102); }

 H1.HeaderClassName
 {
   color: #42CC66;
 }
 .AnyTagClassName
 {
   color: #42CC66;
 }
</style>

background-color css

<style>
 a { background-color: #42CC66; }

 a { background-color: rgb(66,204,102); }

 div.DivClassName
 {
   background-color: #42CC66;
 }
 .BgClassName
 {
   background-color: #42CC66;
 }
</style>

border-color css

<style>
 span { border-color: #42CC66; }

 span { border-color: rgb(66,204,102); }

 td.TdClassName
 {
   border-color: #42CC66;
 }
 .TagClassName
 {
   border-color: #42CC66;
 }
</style>