Shades of Emerald #60C981
Tints of Emerald #60C981
RGB
CMYK
RGB Variations
Color information
#60C981 (or 0x60C981) is known color: Emerald. HEX triplet: 60, C9 and 81. RGB value is (96,201,129). Sum of RGB (Red+Green+Blue) = 96+201+129=426 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.54% from 426); Green value is 201 (78.91% from 255 or 47.18% from 426); Blue value is 129 (50.78% from 255 or 30.28% from 426); Max value from RGB is 201 - color contains mainly: green. Hex color #60C981 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60C981 is #9F367E. Grayscale: #A1A1A1. Windows color (decimal): -10434175 or 8505696. OLE color: 8505696.
HSL color Cylindrical-coordinate representation of color #60C981: hue angle of 138.86º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60C981 is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 201 | 129 | - |
| CMYK | 0.52 | 0 | 0.36 | 0.21 |
| HSL | 138.86º | 0.49% | 0.58% | - |
| HSV(B) | 138.86º | 0.52% | 0.79% | - |
| XYZ | 29.67 | 45.85 | 28.05 | - |
| YUV | 161.4 | 109.71 | 81.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 201 | 129 | 0.52 | 0 | 0.36 | 0.21 | 138.86 | 0.49 | 0.58 |
| Hex | 60 | C9 | 81 | 34 | 0 | 24 | 15 | 8B | 31 | 3A |
| Octal | 140 | 311 | 201 | 64 | 0 | 44 | 25 | 213 | 61 | 72 |
| Binary | 1100000 | 11001001 | 10000001 | 110100 | 0 | 100100 | 10101 | 10001011 | 110001 | 111010 |
Color Harmonies of #60C981
Complementary color
Monochromatic Colors of #60C981
Black with #60C981
Text Example
Text Example
White with #60C981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C981; }
p { color: rgb(96,201,129); }
H1.HeaderClassName
{
color: #60C981;
}
.AnyTagClassName
{
color: #60C981;
}
</style>
background-color css
<style>
a { background-color: #60C981; }
a { background-color: rgb(96,201,129); }
div.DivClassName
{
background-color: #60C981;
}
.BgClassName
{
background-color: #60C981;
}
</style>
border-color css
<style>
span { border-color: #60C981; }
span { border-color: rgb(96,201,129); }
td.TdClassName
{
border-color: #60C981;
}
.TagClassName
{
border-color: #60C981;
}
</style>