Shades of Emerald #42E88A
Tints of Emerald #42E88A
RGB
CMYK
RGB Variations
Color information
#42E88A (or 0x42E88A) is known color: Emerald. HEX triplet: 42, E8 and 8A. RGB value is (66,232,138). Sum of RGB (Red+Green+Blue) = 66+232+138=436 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.14% from 436); Green value is 232 (91.02% from 255 or 53.21% from 436); Blue value is 138 (54.30% from 255 or 31.65% from 436); Max value from RGB is 232 - color contains mainly: green. Hex color #42E88A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42E88A is #BD1775. Grayscale: #ABABAB. Windows color (decimal): -12392310 or 9103426. OLE color: 9103426.
HSL color Cylindrical-coordinate representation of color #42E88A: hue angle of 146.02º 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 #42E88A is Cyan = 0.72, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 232 | 138 | - |
| CMYK | 0.72 | 0 | 0.41 | 0.09 |
| HSL | 146.02º | 0.78% | 0.58% | - |
| HSV(B) | 146.02º | 0.72% | 0.91% | - |
| XYZ | 35.69 | 60.71 | 33.88 | - |
| YUV | 171.65 | 109 | 52.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 232 | 138 | 0.72 | 0 | 0.41 | 0.09 | 146.02 | 0.78 | 0.58 |
| Hex | 42 | E8 | 8A | 48 | 0 | 29 | 9 | 92 | 4E | 3A |
| Octal | 102 | 350 | 212 | 110 | 0 | 51 | 11 | 222 | 116 | 72 |
| Binary | 1000010 | 11101000 | 10001010 | 1001000 | 0 | 101001 | 1001 | 10010010 | 1001110 | 111010 |
Color Harmonies of #42E88A
Complementary color
Monochromatic Colors of #42E88A
Black with #42E88A
Text Example
Text Example
White with #42E88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E88A; }
p { color: rgb(66,232,138); }
H1.HeaderClassName
{
color: #42E88A;
}
.AnyTagClassName
{
color: #42E88A;
}
</style>
background-color css
<style>
a { background-color: #42E88A; }
a { background-color: rgb(66,232,138); }
div.DivClassName
{
background-color: #42E88A;
}
.BgClassName
{
background-color: #42E88A;
}
</style>
border-color css
<style>
span { border-color: #42E88A; }
span { border-color: rgb(66,232,138); }
td.TdClassName
{
border-color: #42E88A;
}
.TagClassName
{
border-color: #42E88A;
}
</style>