Html Css Color HEX #42C287 Emerald

📋 copy color: '#42C287'

red 66 ◦ green 194 ◦ blue 135

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

Shades of Emerald #42C287

Tints of Emerald #42C287

RGB

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

 GREEN value IS 194 (76.17% from 255) = 49.11%

 BLUE value IS 135 (53.13% from 255) = 34.18%

R = 16.71%
G = 49.11%
B = 34.18%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#42C287 (or 0x42C287) is known color: Emerald. HEX triplet: 42, C2 and 87. RGB value is (66,194,135). Sum of RGB (Red+Green+Blue) = 66+194+135=395 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.71% from 395); Green value is 194 (76.17% from 255 or 49.11% from 395); Blue value is 135 (53.12% from 255 or 34.18% from 395); Max value from RGB is 194 - color contains mainly: green. Hex color #42C287 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C287 is #BD3D78. Grayscale: #959595. Windows color (decimal): -12402041 or 8897090. OLE color: 8897090.

HSL color Cylindrical-coordinate representation of color #42C287: hue angle of 152.34º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C287 is Cyan = 0.66, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 66 194 135 -
CMYK 0.66 0 0.30 0.24
HSL 152.34º 0.51% 0.51% -
HSV(B) 152.34º 0.66% 0.76% -
XYZ 25.91 41.49 29.56 -
YUV 149 120.09 68.8 -
System Red Green Blue C M Y K H S L
Decimal 66 194 135 0.66 0 0.30 0.24 152.34 0.51 0.51
Hex 42 C2 87 42 0 1E 18 98 33 33
Octal 102 302 207 102 0 36 30 230 63 63
Binary 1000010 11000010 10000111 1000010 0 11110 11000 10011000 110011 110011

Color Harmonies of #42C287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C287

Black with #42C287

Text Example


Text Example

White with #42C287

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,194,135); }

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

background-color css

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

 a { background-color: rgb(66,194,135); }

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

border-color css

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

 span { border-color: rgb(66,194,135); }

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