Shades of Emerald #42E770
Tints of Emerald #42E770
RGB
CMYK
RGB Variations
Color information
#42E770 (or 0x42E770) is known color: Emerald. HEX triplet: 42, E7 and 70. RGB value is (66,231,112). Sum of RGB (Red+Green+Blue) = 66+231+112=409 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.14% from 409); Green value is 231 (90.62% from 255 or 56.48% from 409); Blue value is 112 (44.14% from 255 or 27.38% from 409); Max value from RGB is 231 - color contains mainly: green. Hex color #42E770 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42E770 is #BD188F. Grayscale: #A8A8A8. Windows color (decimal): -12392592 or 7399234. OLE color: 7399234.
HSL color Cylindrical-coordinate representation of color #42E770: hue angle of 136.73º 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 #42E770 is Cyan = 0.71, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 231 | 112 | - |
| CMYK | 0.71 | 0 | 0.52 | 0.09 |
| HSL | 136.73º | 0.77% | 0.58% | - |
| HSV(B) | 136.73º | 0.71% | 0.91% | - |
| XYZ | 33.75 | 59.48 | 25.03 | - |
| YUV | 168.1 | 96.34 | 55.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 231 | 112 | 0.71 | 0 | 0.52 | 0.09 | 136.73 | 0.77 | 0.58 |
| Hex | 42 | E7 | 70 | 47 | 0 | 34 | 9 | 89 | 4D | 3A |
| Octal | 102 | 347 | 160 | 107 | 0 | 64 | 11 | 211 | 115 | 72 |
| Binary | 1000010 | 11100111 | 1110000 | 1000111 | 0 | 110100 | 1001 | 10001001 | 1001101 | 111010 |
Color Harmonies of #42E770
Complementary color
Monochromatic Colors of #42E770
Black with #42E770
Text Example
Text Example
White with #42E770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E770; }
p { color: rgb(66,231,112); }
H1.HeaderClassName
{
color: #42E770;
}
.AnyTagClassName
{
color: #42E770;
}
</style>
background-color css
<style>
a { background-color: #42E770; }
a { background-color: rgb(66,231,112); }
div.DivClassName
{
background-color: #42E770;
}
.BgClassName
{
background-color: #42E770;
}
</style>
border-color css
<style>
span { border-color: #42E770; }
span { border-color: rgb(66,231,112); }
td.TdClassName
{
border-color: #42E770;
}
.TagClassName
{
border-color: #42E770;
}
</style>