Shades of Emerald #60C97C
Tints of Emerald #60C97C
RGB
CMYK
RGB Variations
Color information
#60C97C (or 0x60C97C) is known color: Emerald. HEX triplet: 60, C9 and 7C. RGB value is (96,201,124). Sum of RGB (Red+Green+Blue) = 96+201+124=421 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.80% from 421); Green value is 201 (78.91% from 255 or 47.74% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 201 - color contains mainly: green. Hex color #60C97C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C97C is #9F3683. Grayscale: #A1A1A1. Windows color (decimal): -10434180 or 8178016. OLE color: 8178016.
HSL color Cylindrical-coordinate representation of color #60C97C: hue angle of 136º 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 #60C97C is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 201 | 124 | - |
| CMYK | 0.52 | 0 | 0.38 | 0.21 |
| HSL | 136º | 0.49% | 0.58% | - |
| HSV(B) | 136º | 0.52% | 0.79% | - |
| XYZ | 29.35 | 45.72 | 26.35 | - |
| YUV | 160.83 | 107.21 | 81.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 201 | 124 | 0.52 | 0 | 0.38 | 0.21 | 136 | 0.49 | 0.58 |
| Hex | 60 | C9 | 7C | 34 | 0 | 26 | 15 | 88 | 31 | 3A |
| Octal | 140 | 311 | 174 | 64 | 0 | 46 | 25 | 210 | 61 | 72 |
| Binary | 1100000 | 11001001 | 1111100 | 110100 | 0 | 100110 | 10101 | 10001000 | 110001 | 111010 |
Color Harmonies of #60C97C
Complementary color
Monochromatic Colors of #60C97C
Black with #60C97C
Text Example
Text Example
White with #60C97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C97C; }
p { color: rgb(96,201,124); }
H1.HeaderClassName
{
color: #60C97C;
}
.AnyTagClassName
{
color: #60C97C;
}
</style>
background-color css
<style>
a { background-color: #60C97C; }
a { background-color: rgb(96,201,124); }
div.DivClassName
{
background-color: #60C97C;
}
.BgClassName
{
background-color: #60C97C;
}
</style>
border-color css
<style>
span { border-color: #60C97C; }
span { border-color: rgb(96,201,124); }
td.TdClassName
{
border-color: #60C97C;
}
.TagClassName
{
border-color: #60C97C;
}
</style>