Shades of Emerald #60C977
Tints of Emerald #60C977
RGB
CMYK
RGB Variations
Color information
#60C977 (or 0x60C977) is known color: Emerald. HEX triplet: 60, C9 and 77. RGB value is (96,201,119). Sum of RGB (Red+Green+Blue) = 96+201+119=416 (55% of max value = 765). Red value is 96 (37.89% from 255 or 23.08% from 416); Green value is 201 (78.91% from 255 or 48.32% from 416); Blue value is 119 (46.88% from 255 or 28.61% from 416); Max value from RGB is 201 - color contains mainly: green. Hex color #60C977 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C977 is #9F3688. Grayscale: #A0A0A0. Windows color (decimal): -10434185 or 7850336. OLE color: 7850336.
HSL color Cylindrical-coordinate representation of color #60C977: hue angle of 133.14º 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 #60C977 is Cyan = 0.52, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 201 | 119 | - |
| CMYK | 0.52 | 0 | 0.41 | 0.21 |
| HSL | 133.14º | 0.49% | 0.58% | - |
| HSV(B) | 133.14º | 0.52% | 0.79% | - |
| XYZ | 29.04 | 45.59 | 24.72 | - |
| YUV | 160.26 | 104.71 | 82.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 201 | 119 | 0.52 | 0 | 0.41 | 0.21 | 133.14 | 0.49 | 0.58 |
| Hex | 60 | C9 | 77 | 34 | 0 | 29 | 15 | 85 | 31 | 3A |
| Octal | 140 | 311 | 167 | 64 | 0 | 51 | 25 | 205 | 61 | 72 |
| Binary | 1100000 | 11001001 | 1110111 | 110100 | 0 | 101001 | 10101 | 10000101 | 110001 | 111010 |
Color Harmonies of #60C977
Complementary color
Monochromatic Colors of #60C977
Black with #60C977
Text Example
Text Example
White with #60C977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C977; }
p { color: rgb(96,201,119); }
H1.HeaderClassName
{
color: #60C977;
}
.AnyTagClassName
{
color: #60C977;
}
</style>
background-color css
<style>
a { background-color: #60C977; }
a { background-color: rgb(96,201,119); }
div.DivClassName
{
background-color: #60C977;
}
.BgClassName
{
background-color: #60C977;
}
</style>
border-color css
<style>
span { border-color: #60C977; }
span { border-color: rgb(96,201,119); }
td.TdClassName
{
border-color: #60C977;
}
.TagClassName
{
border-color: #60C977;
}
</style>