Shades of Emerald #60DD81
Tints of Emerald #60DD81
RGB
CMYK
RGB Variations
Color information
#60DD81 (or 0x60DD81) is known color: Emerald. HEX triplet: 60, DD and 81. RGB value is (96,221,129). Sum of RGB (Red+Green+Blue) = 96+221+129=446 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.52% from 446); Green value is 221 (86.72% from 255 or 49.55% from 446); Blue value is 129 (50.78% from 255 or 28.92% from 446); Max value from RGB is 221 - color contains mainly: green. Hex color #60DD81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60DD81 is #9F227E. Grayscale: #ADADAD. Windows color (decimal): -10429055 or 8510816. OLE color: 8510816.
HSL color Cylindrical-coordinate representation of color #60DD81: hue angle of 135.84º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60DD81 is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 221 | 129 | - |
| CMYK | 0.57 | 0 | 0.42 | 0.13 |
| HSL | 135.84º | 0.65% | 0.62% | - |
| HSV(B) | 135.84º | 0.57% | 0.87% | - |
| XYZ | 34.64 | 55.78 | 29.71 | - |
| YUV | 173.14 | 103.09 | 72.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 221 | 129 | 0.57 | 0 | 0.42 | 0.13 | 135.84 | 0.65 | 0.62 |
| Hex | 60 | DD | 81 | 39 | 0 | 2A | D | 88 | 41 | 3E |
| Octal | 140 | 335 | 201 | 71 | 0 | 52 | 15 | 210 | 101 | 76 |
| Binary | 1100000 | 11011101 | 10000001 | 111001 | 0 | 101010 | 1101 | 10001000 | 1000001 | 111110 |
Color Harmonies of #60DD81
Complementary color
Monochromatic Colors of #60DD81
Black with #60DD81
Text Example
Text Example
White with #60DD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DD81; }
p { color: rgb(96,221,129); }
H1.HeaderClassName
{
color: #60DD81;
}
.AnyTagClassName
{
color: #60DD81;
}
</style>
background-color css
<style>
a { background-color: #60DD81; }
a { background-color: rgb(96,221,129); }
div.DivClassName
{
background-color: #60DD81;
}
.BgClassName
{
background-color: #60DD81;
}
</style>
border-color css
<style>
span { border-color: #60DD81; }
span { border-color: rgb(96,221,129); }
td.TdClassName
{
border-color: #60DD81;
}
.TagClassName
{
border-color: #60DD81;
}
</style>