Shades of Emerald #42E865
Tints of Emerald #42E865
RGB
CMYK
RGB Variations
Color information
#42E865 (or 0x42E865) is known color: Emerald. HEX triplet: 42, E8 and 65. RGB value is (66,232,101). Sum of RGB (Red+Green+Blue) = 66+232+101=399 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.54% from 399); Green value is 232 (91.02% from 255 or 58.15% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 232 - color contains mainly: green. Hex color #42E865 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42E865 is #BD179A. Grayscale: #A7A7A7. Windows color (decimal): -12392347 or 6678594. OLE color: 6678594.
HSL color Cylindrical-coordinate representation of color #42E865: hue angle of 132.65º 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 #42E865 is Cyan = 0.72, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 232 | 101 | - |
| CMYK | 0.72 | 0 | 0.56 | 0.09 |
| HSL | 132.65º | 0.78% | 0.58% | - |
| HSV(B) | 132.65º | 0.72% | 0.91% | - |
| XYZ | 33.45 | 59.81 | 22.09 | - |
| YUV | 167.43 | 90.5 | 55.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 232 | 101 | 0.72 | 0 | 0.56 | 0.09 | 132.65 | 0.78 | 0.58 |
| Hex | 42 | E8 | 65 | 48 | 0 | 38 | 9 | 85 | 4E | 3A |
| Octal | 102 | 350 | 145 | 110 | 0 | 70 | 11 | 205 | 116 | 72 |
| Binary | 1000010 | 11101000 | 1100101 | 1001000 | 0 | 111000 | 1001 | 10000101 | 1001110 | 111010 |
Color Harmonies of #42E865
Complementary color
Monochromatic Colors of #42E865
Black with #42E865
Text Example
Text Example
White with #42E865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E865; }
p { color: rgb(66,232,101); }
H1.HeaderClassName
{
color: #42E865;
}
.AnyTagClassName
{
color: #42E865;
}
</style>
background-color css
<style>
a { background-color: #42E865; }
a { background-color: rgb(66,232,101); }
div.DivClassName
{
background-color: #42E865;
}
.BgClassName
{
background-color: #42E865;
}
</style>
border-color css
<style>
span { border-color: #42E865; }
span { border-color: rgb(66,232,101); }
td.TdClassName
{
border-color: #42E865;
}
.TagClassName
{
border-color: #42E865;
}
</style>