Shades of Emerald #42E76C
Tints of Emerald #42E76C
RGB
CMYK
RGB Variations
Color information
#42E76C (or 0x42E76C) is known color: Emerald. HEX triplet: 42, E7 and 6C. RGB value is (66,231,108). Sum of RGB (Red+Green+Blue) = 66+231+108=405 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.30% from 405); Green value is 231 (90.62% from 255 or 57.04% from 405); Blue value is 108 (42.58% from 255 or 26.67% from 405); Max value from RGB is 231 - color contains mainly: green. Hex color #42E76C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42E76C is #BD1893. Grayscale: #A7A7A7. Windows color (decimal): -12392596 or 7137090. OLE color: 7137090.
HSL color Cylindrical-coordinate representation of color #42E76C: hue angle of 135.27º 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 #42E76C is Cyan = 0.71, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 231 | 108 | - |
| CMYK | 0.71 | 0 | 0.53 | 0.09 |
| HSL | 135.27º | 0.77% | 0.58% | - |
| HSV(B) | 135.27º | 0.71% | 0.91% | - |
| XYZ | 33.53 | 59.39 | 23.88 | - |
| YUV | 167.64 | 94.34 | 55.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 231 | 108 | 0.71 | 0 | 0.53 | 0.09 | 135.27 | 0.77 | 0.58 |
| Hex | 42 | E7 | 6C | 47 | 0 | 35 | 9 | 87 | 4D | 3A |
| Octal | 102 | 347 | 154 | 107 | 0 | 65 | 11 | 207 | 115 | 72 |
| Binary | 1000010 | 11100111 | 1101100 | 1000111 | 0 | 110101 | 1001 | 10000111 | 1001101 | 111010 |
Color Harmonies of #42E76C
Complementary color
Monochromatic Colors of #42E76C
Black with #42E76C
Text Example
Text Example
White with #42E76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E76C; }
p { color: rgb(66,231,108); }
H1.HeaderClassName
{
color: #42E76C;
}
.AnyTagClassName
{
color: #42E76C;
}
</style>
background-color css
<style>
a { background-color: #42E76C; }
a { background-color: rgb(66,231,108); }
div.DivClassName
{
background-color: #42E76C;
}
.BgClassName
{
background-color: #42E76C;
}
</style>
border-color css
<style>
span { border-color: #42E76C; }
span { border-color: rgb(66,231,108); }
td.TdClassName
{
border-color: #42E76C;
}
.TagClassName
{
border-color: #42E76C;
}
</style>