Shades of Emerald #42E282
Tints of Emerald #42E282
RGB
CMYK
RGB Variations
Color information
#42E282 (or 0x42E282) is known color: Emerald. HEX triplet: 42, E2 and 82. RGB value is (66,226,130). Sum of RGB (Red+Green+Blue) = 66+226+130=422 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.64% from 422); Green value is 226 (88.67% from 255 or 53.55% from 422); Blue value is 130 (51.17% from 255 or 30.81% from 422); Max value from RGB is 226 - color contains mainly: green. Hex color #42E282 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42E282 is #BD1D7D. Grayscale: #A7A7A7. Windows color (decimal): -12393854 or 8577602. OLE color: 8577602.
HSL color Cylindrical-coordinate representation of color #42E282: hue angle of 144º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42E282 is Cyan = 0.71, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 66 | 226 | 130 | - |
| CMYK | 0.71 | 0 | 0.42 | 0.11 |
| HSL | 144º | 0.73% | 0.57% | - |
| HSV(B) | 144º | 0.71% | 0.89% | - |
| XYZ | 33.47 | 57.16 | 30.39 | - |
| YUV | 167.22 | 106.99 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 226 | 130 | 0.71 | 0 | 0.42 | 0.11 | 144 | 0.73 | 0.57 |
| Hex | 42 | E2 | 82 | 47 | 0 | 2A | B | 90 | 49 | 39 |
| Octal | 102 | 342 | 202 | 107 | 0 | 52 | 13 | 220 | 111 | 71 |
| Binary | 1000010 | 11100010 | 10000010 | 1000111 | 0 | 101010 | 1011 | 10010000 | 1001001 | 111001 |
Color Harmonies of #42E282
Complementary color
Monochromatic Colors of #42E282
Black with #42E282
Text Example
Text Example
White with #42E282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E282; }
p { color: rgb(66,226,130); }
H1.HeaderClassName
{
color: #42E282;
}
.AnyTagClassName
{
color: #42E282;
}
</style>
background-color css
<style>
a { background-color: #42E282; }
a { background-color: rgb(66,226,130); }
div.DivClassName
{
background-color: #42E282;
}
.BgClassName
{
background-color: #42E282;
}
</style>
border-color css
<style>
span { border-color: #42E282; }
span { border-color: rgb(66,226,130); }
td.TdClassName
{
border-color: #42E282;
}
.TagClassName
{
border-color: #42E282;
}
</style>