Shades of Emerald #42E86B
Tints of Emerald #42E86B
RGB
CMYK
RGB Variations
Color information
#42E86B (or 0x42E86B) is known color: Emerald. HEX triplet: 42, E8 and 6B. RGB value is (66,232,107). Sum of RGB (Red+Green+Blue) = 66+232+107=405 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.30% from 405); Green value is 232 (91.02% from 255 or 57.28% from 405); Blue value is 107 (42.19% from 255 or 26.42% from 405); Max value from RGB is 232 - color contains mainly: green. Hex color #42E86B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42E86B is #BD1794. Grayscale: #A8A8A8. Windows color (decimal): -12392341 or 7071810. OLE color: 7071810.
HSL color Cylindrical-coordinate representation of color #42E86B: hue angle of 134.82º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42E86B is Cyan = 0.72, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 232 | 107 | - |
| CMYK | 0.72 | 0 | 0.54 | 0.09 |
| HSL | 134.82º | 0.78% | 0.58% | - |
| HSV(B) | 134.82º | 0.72% | 0.91% | - |
| XYZ | 33.76 | 59.93 | 23.7 | - |
| YUV | 168.12 | 93.5 | 55.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 232 | 107 | 0.72 | 0 | 0.54 | 0.09 | 134.82 | 0.78 | 0.58 |
| Hex | 42 | E8 | 6B | 48 | 0 | 36 | 9 | 87 | 4E | 3A |
| Octal | 102 | 350 | 153 | 110 | 0 | 66 | 11 | 207 | 116 | 72 |
| Binary | 1000010 | 11101000 | 1101011 | 1001000 | 0 | 110110 | 1001 | 10000111 | 1001110 | 111010 |
Color Harmonies of #42E86B
Complementary color
Monochromatic Colors of #42E86B
Black with #42E86B
Text Example
Text Example
White with #42E86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E86B; }
p { color: rgb(66,232,107); }
H1.HeaderClassName
{
color: #42E86B;
}
.AnyTagClassName
{
color: #42E86B;
}
</style>
background-color css
<style>
a { background-color: #42E86B; }
a { background-color: rgb(66,232,107); }
div.DivClassName
{
background-color: #42E86B;
}
.BgClassName
{
background-color: #42E86B;
}
</style>
border-color css
<style>
span { border-color: #42E86B; }
span { border-color: rgb(66,232,107); }
td.TdClassName
{
border-color: #42E86B;
}
.TagClassName
{
border-color: #42E86B;
}
</style>