Html Css Color HEX #42C387 Emerald

📋 copy color: '#42C387'

red 66 ◦ green 195 ◦ blue 135

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

Shades of Emerald #42C387

Tints of Emerald #42C387

RGB

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

 GREEN value IS 195 (76.56% from 255) = 49.24%

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

R = 16.67%
G = 49.24%
B = 34.09%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#42C387 (or 0x42C387) is known color: Emerald. HEX triplet: 42, C3 and 87. RGB value is (66,195,135). Sum of RGB (Red+Green+Blue) = 66+195+135=396 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.67% from 396); Green value is 195 (76.56% from 255 or 49.24% from 396); Blue value is 135 (53.12% from 255 or 34.09% from 396); Max value from RGB is 195 - color contains mainly: green. Hex color #42C387 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C387 is #BD3C78. Grayscale: #959595. Windows color (decimal): -12401785 or 8897346. OLE color: 8897346.

HSL color Cylindrical-coordinate representation of color #42C387: hue angle of 152.09º degrees, saturation: 0.52, 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 #42C387 is Cyan = 0.66, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 66 195 135 -
CMYK 0.66 0 0.31 0.24
HSL 152.09º 0.52% 0.51% -
HSV(B) 152.09º 0.66% 0.76% -
XYZ 26.14 41.94 29.64 -
YUV 149.59 119.76 68.38 -
System Red Green Blue C M Y K H S L
Decimal 66 195 135 0.66 0 0.31 0.24 152.09 0.52 0.51
Hex 42 C3 87 42 0 1F 18 98 34 33
Octal 102 303 207 102 0 37 30 230 64 63
Binary 1000010 11000011 10000111 1000010 0 11111 11000 10011000 110100 110011

Color Harmonies of #42C387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C387

Black with #42C387

Text Example


Text Example

White with #42C387

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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