Shades of Emerald #42E960
Tints of Emerald #42E960
RGB
CMYK
RGB Variations
Color information
#42E960 (or 0x42E960) is known color: Emerald. HEX triplet: 42, E9 and 60. RGB value is (66,233,96). Sum of RGB (Red+Green+Blue) = 66+233+96=395 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.71% from 395); Green value is 233 (91.41% from 255 or 58.99% from 395); Blue value is 96 (37.89% from 255 or 24.30% from 395); Max value from RGB is 233 - color contains mainly: green. Hex color #42E960 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42E960 is #BD169F. Grayscale: #A7A7A7. Windows color (decimal): -12392096 or 6351170. OLE color: 6351170.
HSL color Cylindrical-coordinate representation of color #42E960: hue angle of 130.78º 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 #42E960 is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 233 | 96 | - |
| CMYK | 0.72 | 0 | 0.59 | 0.09 |
| HSL | 130.78º | 0.79% | 0.59% | - |
| HSV(B) | 130.78º | 0.72% | 0.91% | - |
| XYZ | 33.5 | 60.28 | 20.94 | - |
| YUV | 167.45 | 87.67 | 55.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 233 | 96 | 0.72 | 0 | 0.59 | 0.09 | 130.78 | 0.79 | 0.59 |
| Hex | 42 | E9 | 60 | 48 | 0 | 3B | 9 | 83 | 4F | 3B |
| Octal | 102 | 351 | 140 | 110 | 0 | 73 | 11 | 203 | 117 | 73 |
| Binary | 1000010 | 11101001 | 1100000 | 1001000 | 0 | 111011 | 1001 | 10000011 | 1001111 | 111011 |
Color Harmonies of #42E960
Complementary color
Monochromatic Colors of #42E960
Black with #42E960
Text Example
Text Example
White with #42E960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E960; }
p { color: rgb(66,233,96); }
H1.HeaderClassName
{
color: #42E960;
}
.AnyTagClassName
{
color: #42E960;
}
</style>
background-color css
<style>
a { background-color: #42E960; }
a { background-color: rgb(66,233,96); }
div.DivClassName
{
background-color: #42E960;
}
.BgClassName
{
background-color: #42E960;
}
</style>
border-color css
<style>
span { border-color: #42E960; }
span { border-color: rgb(66,233,96); }
td.TdClassName
{
border-color: #42E960;
}
.TagClassName
{
border-color: #42E960;
}
</style>