Shades of Emerald #42D081
Tints of Emerald #42D081
RGB
CMYK
RGB Variations
Color information
#42D081 (or 0x42D081) is known color: Emerald. HEX triplet: 42, D0 and 81. RGB value is (66,208,129). Sum of RGB (Red+Green+Blue) = 66+208+129=403 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.38% from 403); Green value is 208 (81.64% from 255 or 51.61% from 403); Blue value is 129 (50.78% from 255 or 32.01% from 403); Max value from RGB is 208 - color contains mainly: green. Hex color #42D081 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D081 is #BD2F7E. Grayscale: #9C9C9C. Windows color (decimal): -12398463 or 8507458. OLE color: 8507458.
HSL color Cylindrical-coordinate representation of color #42D081: hue angle of 146.62º degrees, saturation: 0.6, 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 #42D081 is Cyan = 0.68, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 208 | 129 | - |
| CMYK | 0.68 | 0 | 0.38 | 0.18 |
| HSL | 146.62º | 0.6% | 0.54% | - |
| HSV(B) | 146.62º | 0.68% | 0.82% | - |
| XYZ | 28.77 | 47.85 | 28.49 | - |
| YUV | 156.54 | 112.46 | 63.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 208 | 129 | 0.68 | 0 | 0.38 | 0.18 | 146.62 | 0.6 | 0.54 |
| Hex | 42 | D0 | 81 | 44 | 0 | 26 | 12 | 93 | 3C | 36 |
| Octal | 102 | 320 | 201 | 104 | 0 | 46 | 22 | 223 | 74 | 66 |
| Binary | 1000010 | 11010000 | 10000001 | 1000100 | 0 | 100110 | 10010 | 10010011 | 111100 | 110110 |
Color Harmonies of #42D081
Complementary color
Monochromatic Colors of #42D081
Black with #42D081
Text Example
Text Example
White with #42D081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D081; }
p { color: rgb(66,208,129); }
H1.HeaderClassName
{
color: #42D081;
}
.AnyTagClassName
{
color: #42D081;
}
</style>
background-color css
<style>
a { background-color: #42D081; }
a { background-color: rgb(66,208,129); }
div.DivClassName
{
background-color: #42D081;
}
.BgClassName
{
background-color: #42D081;
}
</style>
border-color css
<style>
span { border-color: #42D081; }
span { border-color: rgb(66,208,129); }
td.TdClassName
{
border-color: #42D081;
}
.TagClassName
{
border-color: #42D081;
}
</style>