Shades of Emerald #42E976
Tints of Emerald #42E976
RGB
CMYK
RGB Variations
Color information
#42E976 (or 0x42E976) is known color: Emerald. HEX triplet: 42, E9 and 76. RGB value is (66,233,118). Sum of RGB (Red+Green+Blue) = 66+233+118=417 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.83% from 417); Green value is 233 (91.41% from 255 or 55.88% from 417); Blue value is 118 (46.48% from 255 or 28.30% from 417); Max value from RGB is 233 - color contains mainly: green. Hex color #42E976 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42E976 is #BD1689. Grayscale: #AAAAAA. Windows color (decimal): -12392074 or 7792962. OLE color: 7792962.
HSL color Cylindrical-coordinate representation of color #42E976: hue angle of 138.68º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42E976 is Cyan = 0.72, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 233 | 118 | - |
| CMYK | 0.72 | 0 | 0.49 | 0.09 |
| HSL | 138.68º | 0.79% | 0.59% | - |
| HSV(B) | 138.68º | 0.72% | 0.91% | - |
| XYZ | 34.66 | 60.74 | 27.04 | - |
| YUV | 169.96 | 98.67 | 53.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 233 | 118 | 0.72 | 0 | 0.49 | 0.09 | 138.68 | 0.79 | 0.59 |
| Hex | 42 | E9 | 76 | 48 | 0 | 31 | 9 | 8B | 4F | 3B |
| Octal | 102 | 351 | 166 | 110 | 0 | 61 | 11 | 213 | 117 | 73 |
| Binary | 1000010 | 11101001 | 1110110 | 1001000 | 0 | 110001 | 1001 | 10001011 | 1001111 | 111011 |
Color Harmonies of #42E976
Complementary color
Monochromatic Colors of #42E976
Black with #42E976
Text Example
Text Example
White with #42E976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E976; }
p { color: rgb(66,233,118); }
H1.HeaderClassName
{
color: #42E976;
}
.AnyTagClassName
{
color: #42E976;
}
</style>
background-color css
<style>
a { background-color: #42E976; }
a { background-color: rgb(66,233,118); }
div.DivClassName
{
background-color: #42E976;
}
.BgClassName
{
background-color: #42E976;
}
</style>
border-color css
<style>
span { border-color: #42E976; }
span { border-color: rgb(66,233,118); }
td.TdClassName
{
border-color: #42E976;
}
.TagClassName
{
border-color: #42E976;
}
</style>