Shades of Emerald #60C974
Tints of Emerald #60C974
RGB
CMYK
RGB Variations
Color information
#60C974 (or 0x60C974) is known color: Emerald. HEX triplet: 60, C9 and 74. RGB value is (96,201,116). Sum of RGB (Red+Green+Blue) = 96+201+116=413 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.24% from 413); Green value is 201 (78.91% from 255 or 48.67% from 413); Blue value is 116 (45.70% from 255 or 28.09% from 413); Max value from RGB is 201 - color contains mainly: green. Hex color #60C974 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C974 is #9F368B. Grayscale: #A0A0A0. Windows color (decimal): -10434188 or 7653728. OLE color: 7653728.
HSL color Cylindrical-coordinate representation of color #60C974: hue angle of 131.43º 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 #60C974 is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 201 | 116 | - |
| CMYK | 0.52 | 0 | 0.42 | 0.21 |
| HSL | 131.43º | 0.49% | 0.58% | - |
| HSV(B) | 131.43º | 0.52% | 0.79% | - |
| XYZ | 28.86 | 45.52 | 23.79 | - |
| YUV | 159.92 | 103.21 | 82.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 201 | 116 | 0.52 | 0 | 0.42 | 0.21 | 131.43 | 0.49 | 0.58 |
| Hex | 60 | C9 | 74 | 34 | 0 | 2A | 15 | 83 | 31 | 3A |
| Octal | 140 | 311 | 164 | 64 | 0 | 52 | 25 | 203 | 61 | 72 |
| Binary | 1100000 | 11001001 | 1110100 | 110100 | 0 | 101010 | 10101 | 10000011 | 110001 | 111010 |
Color Harmonies of #60C974
Complementary color
Monochromatic Colors of #60C974
Black with #60C974
Text Example
Text Example
White with #60C974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C974; }
p { color: rgb(96,201,116); }
H1.HeaderClassName
{
color: #60C974;
}
.AnyTagClassName
{
color: #60C974;
}
</style>
background-color css
<style>
a { background-color: #60C974; }
a { background-color: rgb(96,201,116); }
div.DivClassName
{
background-color: #60C974;
}
.BgClassName
{
background-color: #60C974;
}
</style>
border-color css
<style>
span { border-color: #60C974; }
span { border-color: rgb(96,201,116); }
td.TdClassName
{
border-color: #60C974;
}
.TagClassName
{
border-color: #60C974;
}
</style>