Shades of Emerald #60DA81
Tints of Emerald #60DA81
RGB
CMYK
RGB Variations
Color information
#60DA81 (or 0x60DA81) is known color: Emerald. HEX triplet: 60, DA and 81. RGB value is (96,218,129). Sum of RGB (Red+Green+Blue) = 96+218+129=443 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.67% from 443); Green value is 218 (85.55% from 255 or 49.21% from 443); Blue value is 129 (50.78% from 255 or 29.12% from 443); Max value from RGB is 218 - color contains mainly: green. Hex color #60DA81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60DA81 is #9F257E. Grayscale: #ABABAB. Windows color (decimal): -10429823 or 8510048. OLE color: 8510048.
HSL color Cylindrical-coordinate representation of color #60DA81: hue angle of 136.23º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60DA81 is Cyan = 0.56, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 218 | 129 | - |
| CMYK | 0.56 | 0 | 0.41 | 0.15 |
| HSL | 136.23º | 0.62% | 0.62% | - |
| HSV(B) | 136.23º | 0.56% | 0.85% | - |
| XYZ | 33.86 | 54.21 | 29.45 | - |
| YUV | 171.38 | 104.08 | 74.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 218 | 129 | 0.56 | 0 | 0.41 | 0.15 | 136.23 | 0.62 | 0.62 |
| Hex | 60 | DA | 81 | 38 | 0 | 29 | F | 88 | 3E | 3E |
| Octal | 140 | 332 | 201 | 70 | 0 | 51 | 17 | 210 | 76 | 76 |
| Binary | 1100000 | 11011010 | 10000001 | 111000 | 0 | 101001 | 1111 | 10001000 | 111110 | 111110 |
Color Harmonies of #60DA81
Complementary color
Monochromatic Colors of #60DA81
Black with #60DA81
Text Example
Text Example
White with #60DA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DA81; }
p { color: rgb(96,218,129); }
H1.HeaderClassName
{
color: #60DA81;
}
.AnyTagClassName
{
color: #60DA81;
}
</style>
background-color css
<style>
a { background-color: #60DA81; }
a { background-color: rgb(96,218,129); }
div.DivClassName
{
background-color: #60DA81;
}
.BgClassName
{
background-color: #60DA81;
}
</style>
border-color css
<style>
span { border-color: #60DA81; }
span { border-color: rgb(96,218,129); }
td.TdClassName
{
border-color: #60DA81;
}
.TagClassName
{
border-color: #60DA81;
}
</style>