Shades of Emerald #42D181
Tints of Emerald #42D181
RGB
CMYK
RGB Variations
Color information
#42D181 (or 0x42D181) is known color: Emerald. HEX triplet: 42, D1 and 81. RGB value is (66,209,129). Sum of RGB (Red+Green+Blue) = 66+209+129=404 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.34% from 404); Green value is 209 (82.03% from 255 or 51.73% from 404); Blue value is 129 (50.78% from 255 or 31.93% from 404); Max value from RGB is 209 - color contains mainly: green. Hex color #42D181 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D181 is #BD2E7E. Grayscale: #9D9D9D. Windows color (decimal): -12398207 or 8507714. OLE color: 8507714.
HSL color Cylindrical-coordinate representation of color #42D181: hue angle of 146.43º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42D181 is Cyan = 0.68, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 209 | 129 | - |
| CMYK | 0.68 | 0 | 0.38 | 0.18 |
| HSL | 146.43º | 0.61% | 0.54% | - |
| HSV(B) | 146.43º | 0.68% | 0.82% | - |
| XYZ | 29.01 | 48.34 | 28.57 | - |
| YUV | 157.12 | 112.12 | 63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 209 | 129 | 0.68 | 0 | 0.38 | 0.18 | 146.43 | 0.61 | 0.54 |
| Hex | 42 | D1 | 81 | 44 | 0 | 26 | 12 | 92 | 3D | 36 |
| Octal | 102 | 321 | 201 | 104 | 0 | 46 | 22 | 222 | 75 | 66 |
| Binary | 1000010 | 11010001 | 10000001 | 1000100 | 0 | 100110 | 10010 | 10010010 | 111101 | 110110 |
Color Harmonies of #42D181
Complementary color
Monochromatic Colors of #42D181
Black with #42D181
Text Example
Text Example
White with #42D181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D181; }
p { color: rgb(66,209,129); }
H1.HeaderClassName
{
color: #42D181;
}
.AnyTagClassName
{
color: #42D181;
}
</style>
background-color css
<style>
a { background-color: #42D181; }
a { background-color: rgb(66,209,129); }
div.DivClassName
{
background-color: #42D181;
}
.BgClassName
{
background-color: #42D181;
}
</style>
border-color css
<style>
span { border-color: #42D181; }
span { border-color: rgb(66,209,129); }
td.TdClassName
{
border-color: #42D181;
}
.TagClassName
{
border-color: #42D181;
}
</style>