Html Css Color HEX #42C376 Emerald

📋 copy color: '#42C376'

red 66 ◦ green 195 ◦ blue 118

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

Shades of Emerald #42C376

Tints of Emerald #42C376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.13%

R = 17.41%
G = 51.45%
B = 31.13%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#42C376 (or 0x42C376) is known color: Emerald. HEX triplet: 42, C3 and 76. RGB value is (66,195,118). Sum of RGB (Red+Green+Blue) = 66+195+118=379 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.41% from 379); Green value is 195 (76.56% from 255 or 51.45% from 379); Blue value is 118 (46.48% from 255 or 31.13% from 379); Max value from RGB is 195 - color contains mainly: green. Hex color #42C376 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C376 is #BD3C89. Grayscale: #939393. Windows color (decimal): -12401802 or 7783234. OLE color: 7783234.

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

Color convert

RGB 66 195 118 -
CMYK 0.66 0 0.39 0.24
HSL 144.19º 0.52% 0.51% -
HSV(B) 144.19º 0.66% 0.76% -
XYZ 25.03 41.5 23.83 -
YUV 147.65 111.26 69.76 -
System Red Green Blue C M Y K H S L
Decimal 66 195 118 0.66 0 0.39 0.24 144.19 0.52 0.51
Hex 42 C3 76 42 0 27 18 90 34 33
Octal 102 303 166 102 0 47 30 220 64 63
Binary 1000010 11000011 1110110 1000010 0 100111 11000 10010000 110100 110011

Color Harmonies of #42C376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C376

Black with #42C376

Text Example


Text Example

White with #42C376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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