Html Css Color HEX #42C276 Emerald

📋 copy color: '#42C276'

red 66 ◦ green 194 ◦ blue 118

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

Shades of Emerald #42C276

Tints of Emerald #42C276

RGB

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

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

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

R = 17.46%
G = 51.32%
B = 31.22%

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

#42C276 (or 0x42C276) is known color: Emerald. HEX triplet: 42, C2 and 76. RGB value is (66,194,118). Sum of RGB (Red+Green+Blue) = 66+194+118=378 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.46% from 378); Green value is 194 (76.17% from 255 or 51.32% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 194 - color contains mainly: green. Hex color #42C276 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C276 is #BD3D89. Grayscale: #939393. Windows color (decimal): -12402058 or 7782978. OLE color: 7782978.

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

Color convert

RGB 66 194 118 -
CMYK 0.66 0 0.39 0.24
HSL 144.38º 0.51% 0.51% -
HSV(B) 144.38º 0.66% 0.76% -
XYZ 24.81 41.05 23.76 -
YUV 147.06 111.59 70.18 -
System Red Green Blue C M Y K H S L
Decimal 66 194 118 0.66 0 0.39 0.24 144.38 0.51 0.51
Hex 42 C2 76 42 0 27 18 90 33 33
Octal 102 302 166 102 0 47 30 220 63 63
Binary 1000010 11000010 1110110 1000010 0 100111 11000 10010000 110011 110011

Color Harmonies of #42C276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C276

Black with #42C276

Text Example


Text Example

White with #42C276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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