Shades of Emerald #42E76F
Tints of Emerald #42E76F
RGB
CMYK
RGB Variations
Color information
#42E76F (or 0x42E76F) is known color: Emerald. HEX triplet: 42, E7 and 6F. RGB value is (66,231,111). Sum of RGB (Red+Green+Blue) = 66+231+111=408 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.18% from 408); Green value is 231 (90.62% from 255 or 56.62% from 408); Blue value is 111 (43.75% from 255 or 27.21% from 408); Max value from RGB is 231 - color contains mainly: green. Hex color #42E76F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42E76F is #BD1890. Grayscale: #A8A8A8. Windows color (decimal): -12392593 or 7333698. OLE color: 7333698.
HSL color Cylindrical-coordinate representation of color #42E76F: hue angle of 136.36º 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 #42E76F is Cyan = 0.71, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 231 | 111 | - |
| CMYK | 0.71 | 0 | 0.52 | 0.09 |
| HSL | 136.36º | 0.77% | 0.58% | - |
| HSV(B) | 136.36º | 0.71% | 0.91% | - |
| XYZ | 33.69 | 59.46 | 24.74 | - |
| YUV | 167.99 | 95.84 | 55.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 231 | 111 | 0.71 | 0 | 0.52 | 0.09 | 136.36 | 0.77 | 0.58 |
| Hex | 42 | E7 | 6F | 47 | 0 | 34 | 9 | 88 | 4D | 3A |
| Octal | 102 | 347 | 157 | 107 | 0 | 64 | 11 | 210 | 115 | 72 |
| Binary | 1000010 | 11100111 | 1101111 | 1000111 | 0 | 110100 | 1001 | 10001000 | 1001101 | 111010 |
Color Harmonies of #42E76F
Complementary color
Monochromatic Colors of #42E76F
Black with #42E76F
Text Example
Text Example
White with #42E76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E76F; }
p { color: rgb(66,231,111); }
H1.HeaderClassName
{
color: #42E76F;
}
.AnyTagClassName
{
color: #42E76F;
}
</style>
background-color css
<style>
a { background-color: #42E76F; }
a { background-color: rgb(66,231,111); }
div.DivClassName
{
background-color: #42E76F;
}
.BgClassName
{
background-color: #42E76F;
}
</style>
border-color css
<style>
span { border-color: #42E76F; }
span { border-color: rgb(66,231,111); }
td.TdClassName
{
border-color: #42E76F;
}
.TagClassName
{
border-color: #42E76F;
}
</style>