Html Css Color HEX #42CC82 Emerald

📋 copy color: '#42CC82'

red 66 ◦ green 204 ◦ blue 130

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

Shades of Emerald #42CC82

Tints of Emerald #42CC82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 32.5%

R = 16.5%
G = 51%
B = 32.5%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#42CC82 (or 0x42CC82) is known color: Emerald. HEX triplet: 42, CC and 82. RGB value is (66,204,130). Sum of RGB (Red+Green+Blue) = 66+204+130=400 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.5% from 400); Green value is 204 (80.08% from 255 or 51% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 204 - color contains mainly: green. Hex color #42CC82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42CC82 is #BD337D. Grayscale: #9A9A9A. Windows color (decimal): -12399486 or 8571970. OLE color: 8571970.

HSL color Cylindrical-coordinate representation of color #42CC82: hue angle of 147.83º 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 #42CC82 is Cyan = 0.68, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB 66 204 130 -
CMYK 0.68 0 0.36 0.2
HSL 147.83º 0.58% 0.53% -
HSV(B) 147.83º 0.68% 0.8% -
XYZ 27.87 45.96 28.52 -
YUV 154.3 114.28 65.02 -
System Red Green Blue C M Y K H S L
Decimal 66 204 130 0.68 0 0.36 0.2 147.83 0.58 0.53
Hex 42 CC 82 44 0 24 14 94 3A 35
Octal 102 314 202 104 0 44 24 224 72 65
Binary 1000010 11001100 10000010 1000100 0 100100 10100 10010100 111010 110101

Color Harmonies of #42CC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CC82

Black with #42CC82

Text Example


Text Example

White with #42CC82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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