Shades of Emerald #42D781
Tints of Emerald #42D781
RGB
CMYK
RGB Variations
Color information
#42D781 (or 0x42D781) is known color: Emerald. HEX triplet: 42, D7 and 81. RGB value is (66,215,129). Sum of RGB (Red+Green+Blue) = 66+215+129=410 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.10% from 410); Green value is 215 (84.38% from 255 or 52.44% from 410); Blue value is 129 (50.78% from 255 or 31.46% from 410); Max value from RGB is 215 - color contains mainly: green. Hex color #42D781 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D781 is #BD287E. Grayscale: #A0A0A0. Windows color (decimal): -12396671 or 8509250. OLE color: 8509250.
HSL color Cylindrical-coordinate representation of color #42D781: hue angle of 145.37º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D781 is Cyan = 0.69, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 215 | 129 | - |
| CMYK | 0.69 | 0 | 0.4 | 0.16 |
| HSL | 145.37º | 0.65% | 0.55% | - |
| HSV(B) | 145.37º | 0.69% | 0.84% | - |
| XYZ | 30.51 | 51.34 | 29.07 | - |
| YUV | 160.65 | 110.14 | 60.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 215 | 129 | 0.69 | 0 | 0.4 | 0.16 | 145.37 | 0.65 | 0.55 |
| Hex | 42 | D7 | 81 | 45 | 0 | 28 | 10 | 91 | 41 | 37 |
| Octal | 102 | 327 | 201 | 105 | 0 | 50 | 20 | 221 | 101 | 67 |
| Binary | 1000010 | 11010111 | 10000001 | 1000101 | 0 | 101000 | 10000 | 10010001 | 1000001 | 110111 |
Color Harmonies of #42D781
Complementary color
Monochromatic Colors of #42D781
Black with #42D781
Text Example
Text Example
White with #42D781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D781; }
p { color: rgb(66,215,129); }
H1.HeaderClassName
{
color: #42D781;
}
.AnyTagClassName
{
color: #42D781;
}
</style>
background-color css
<style>
a { background-color: #42D781; }
a { background-color: rgb(66,215,129); }
div.DivClassName
{
background-color: #42D781;
}
.BgClassName
{
background-color: #42D781;
}
</style>
border-color css
<style>
span { border-color: #42D781; }
span { border-color: rgb(66,215,129); }
td.TdClassName
{
border-color: #42D781;
}
.TagClassName
{
border-color: #42D781;
}
</style>