Shades of Emerald #42E781
Tints of Emerald #42E781
RGB
CMYK
RGB Variations
Color information
#42E781 (or 0x42E781) is known color: Emerald. HEX triplet: 42, E7 and 81. RGB value is (66,231,129). Sum of RGB (Red+Green+Blue) = 66+231+129=426 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.49% from 426); Green value is 231 (90.62% from 255 or 54.23% from 426); Blue value is 129 (50.78% from 255 or 30.28% from 426); Max value from RGB is 231 - color contains mainly: green. Hex color #42E781 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42E781 is #BD187E. Grayscale: #AAAAAA. Windows color (decimal): -12392575 or 8513346. OLE color: 8513346.
HSL color Cylindrical-coordinate representation of color #42E781: hue angle of 142.91º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42E781 is Cyan = 0.71, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 231 | 129 | - |
| CMYK | 0.71 | 0 | 0.44 | 0.09 |
| HSL | 142.91º | 0.77% | 0.58% | - |
| HSV(B) | 142.91º | 0.71% | 0.91% | - |
| XYZ | 34.79 | 59.9 | 30.5 | - |
| YUV | 170.04 | 104.84 | 53.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 231 | 129 | 0.71 | 0 | 0.44 | 0.09 | 142.91 | 0.77 | 0.58 |
| Hex | 42 | E7 | 81 | 47 | 0 | 2C | 9 | 8F | 4D | 3A |
| Octal | 102 | 347 | 201 | 107 | 0 | 54 | 11 | 217 | 115 | 72 |
| Binary | 1000010 | 11100111 | 10000001 | 1000111 | 0 | 101100 | 1001 | 10001111 | 1001101 | 111010 |
Color Harmonies of #42E781
Complementary color
Monochromatic Colors of #42E781
Black with #42E781
Text Example
Text Example
White with #42E781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E781; }
p { color: rgb(66,231,129); }
H1.HeaderClassName
{
color: #42E781;
}
.AnyTagClassName
{
color: #42E781;
}
</style>
background-color css
<style>
a { background-color: #42E781; }
a { background-color: rgb(66,231,129); }
div.DivClassName
{
background-color: #42E781;
}
.BgClassName
{
background-color: #42E781;
}
</style>
border-color css
<style>
span { border-color: #42E781; }
span { border-color: rgb(66,231,129); }
td.TdClassName
{
border-color: #42E781;
}
.TagClassName
{
border-color: #42E781;
}
</style>