Shades of Emerald #60C980
Tints of Emerald #60C980
RGB
CMYK
RGB Variations
Color information
#60C980 (or 0x60C980) is known color: Emerald. HEX triplet: 60, C9 and 80. RGB value is (96,201,128). Sum of RGB (Red+Green+Blue) = 96+201+128=425 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.59% from 425); Green value is 201 (78.91% from 255 or 47.29% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 201 - color contains mainly: green. Hex color #60C980 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60C980 is #9F367F. Grayscale: #A1A1A1. Windows color (decimal): -10434176 or 8440160. OLE color: 8440160.
HSL color Cylindrical-coordinate representation of color #60C980: hue angle of 138.29º 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 #60C980 is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 201 | 128 | - |
| CMYK | 0.52 | 0 | 0.36 | 0.21 |
| HSL | 138.29º | 0.49% | 0.58% | - |
| HSV(B) | 138.29º | 0.52% | 0.79% | - |
| XYZ | 29.61 | 45.82 | 27.71 | - |
| YUV | 161.28 | 109.21 | 81.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 201 | 128 | 0.52 | 0 | 0.36 | 0.21 | 138.29 | 0.49 | 0.58 |
| Hex | 60 | C9 | 80 | 34 | 0 | 24 | 15 | 8A | 31 | 3A |
| Octal | 140 | 311 | 200 | 64 | 0 | 44 | 25 | 212 | 61 | 72 |
| Binary | 1100000 | 11001001 | 10000000 | 110100 | 0 | 100100 | 10101 | 10001010 | 110001 | 111010 |
Color Harmonies of #60C980
Complementary color
Monochromatic Colors of #60C980
Black with #60C980
Text Example
Text Example
White with #60C980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C980; }
p { color: rgb(96,201,128); }
H1.HeaderClassName
{
color: #60C980;
}
.AnyTagClassName
{
color: #60C980;
}
</style>
background-color css
<style>
a { background-color: #60C980; }
a { background-color: rgb(96,201,128); }
div.DivClassName
{
background-color: #60C980;
}
.BgClassName
{
background-color: #60C980;
}
</style>
border-color css
<style>
span { border-color: #60C980; }
span { border-color: rgb(96,201,128); }
td.TdClassName
{
border-color: #60C980;
}
.TagClassName
{
border-color: #60C980;
}
</style>