Shades of Emerald #60C975
Tints of Emerald #60C975
RGB
CMYK
RGB Variations
Color information
#60C975 (or 0x60C975) is known color: Emerald. HEX triplet: 60, C9 and 75. RGB value is (96,201,117). Sum of RGB (Red+Green+Blue) = 96+201+117=414 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.19% from 414); Green value is 201 (78.91% from 255 or 48.55% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 201 - color contains mainly: green. Hex color #60C975 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C975 is #9F368A. Grayscale: #A0A0A0. Windows color (decimal): -10434187 or 7719264. OLE color: 7719264.
HSL color Cylindrical-coordinate representation of color #60C975: hue angle of 132º 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 #60C975 is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 201 | 117 | - |
| CMYK | 0.52 | 0 | 0.42 | 0.21 |
| HSL | 132º | 0.49% | 0.58% | - |
| HSV(B) | 132º | 0.52% | 0.79% | - |
| XYZ | 28.92 | 45.54 | 24.1 | - |
| YUV | 160.03 | 103.71 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 201 | 117 | 0.52 | 0 | 0.42 | 0.21 | 132 | 0.49 | 0.58 |
| Hex | 60 | C9 | 75 | 34 | 0 | 2A | 15 | 84 | 31 | 3A |
| Octal | 140 | 311 | 165 | 64 | 0 | 52 | 25 | 204 | 61 | 72 |
| Binary | 1100000 | 11001001 | 1110101 | 110100 | 0 | 101010 | 10101 | 10000100 | 110001 | 111010 |
Color Harmonies of #60C975
Complementary color
Monochromatic Colors of #60C975
Black with #60C975
Text Example
Text Example
White with #60C975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C975; }
p { color: rgb(96,201,117); }
H1.HeaderClassName
{
color: #60C975;
}
.AnyTagClassName
{
color: #60C975;
}
</style>
background-color css
<style>
a { background-color: #60C975; }
a { background-color: rgb(96,201,117); }
div.DivClassName
{
background-color: #60C975;
}
.BgClassName
{
background-color: #60C975;
}
</style>
border-color css
<style>
span { border-color: #60C975; }
span { border-color: rgb(96,201,117); }
td.TdClassName
{
border-color: #60C975;
}
.TagClassName
{
border-color: #60C975;
}
</style>