Shades of Emerald #42EA76
Tints of Emerald #42EA76
RGB
CMYK
RGB Variations
Color information
#42EA76 (or 0x42EA76) is known color: Emerald. HEX triplet: 42, EA and 76. RGB value is (66,234,118). Sum of RGB (Red+Green+Blue) = 66+234+118=418 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.79% from 418); Green value is 234 (91.80% from 255 or 55.98% from 418); Blue value is 118 (46.48% from 255 or 28.23% from 418); Max value from RGB is 234 - color contains mainly: green. Hex color #42EA76 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42EA76 is #BD1589. Grayscale: #AAAAAA. Windows color (decimal): -12391818 or 7793218. OLE color: 7793218.
HSL color Cylindrical-coordinate representation of color #42EA76: hue angle of 138.57º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EA76 is Cyan = 0.72, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 234 | 118 | - |
| CMYK | 0.72 | 0 | 0.50 | 0.08 |
| HSL | 138.57º | 0.8% | 0.59% | - |
| HSV(B) | 138.57º | 0.72% | 0.92% | - |
| XYZ | 34.94 | 61.31 | 27.13 | - |
| YUV | 170.54 | 98.34 | 53.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 234 | 118 | 0.72 | 0 | 0.50 | 0.08 | 138.57 | 0.8 | 0.59 |
| Hex | 42 | EA | 76 | 48 | 0 | 32 | 8 | 8B | 50 | 3B |
| Octal | 102 | 352 | 166 | 110 | 0 | 62 | 10 | 213 | 120 | 73 |
| Binary | 1000010 | 11101010 | 1110110 | 1001000 | 0 | 110010 | 1000 | 10001011 | 1010000 | 111011 |
Color Harmonies of #42EA76
Complementary color
Monochromatic Colors of #42EA76
Black with #42EA76
Text Example
Text Example
White with #42EA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EA76; }
p { color: rgb(66,234,118); }
H1.HeaderClassName
{
color: #42EA76;
}
.AnyTagClassName
{
color: #42EA76;
}
</style>
background-color css
<style>
a { background-color: #42EA76; }
a { background-color: rgb(66,234,118); }
div.DivClassName
{
background-color: #42EA76;
}
.BgClassName
{
background-color: #42EA76;
}
</style>
border-color css
<style>
span { border-color: #42EA76; }
span { border-color: rgb(66,234,118); }
td.TdClassName
{
border-color: #42EA76;
}
.TagClassName
{
border-color: #42EA76;
}
</style>