Shades of Emerald #60C984
Tints of Emerald #60C984
RGB
CMYK
RGB Variations
Color information
#60C984 (or 0x60C984) is known color: Emerald. HEX triplet: 60, C9 and 84. RGB value is (96,201,132). Sum of RGB (Red+Green+Blue) = 96+201+132=429 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.38% from 429); Green value is 201 (78.91% from 255 or 46.85% from 429); Blue value is 132 (51.95% from 255 or 30.77% from 429); Max value from RGB is 201 - color contains mainly: green. Hex color #60C984 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60C984 is #9F367B. Grayscale: #A1A1A1. Windows color (decimal): -10434172 or 8702304. OLE color: 8702304.
HSL color Cylindrical-coordinate representation of color #60C984: hue angle of 140.57º 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 #60C984 is Cyan = 0.52, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 201 | 132 | - |
| CMYK | 0.52 | 0 | 0.34 | 0.21 |
| HSL | 140.57º | 0.49% | 0.58% | - |
| HSV(B) | 140.57º | 0.52% | 0.79% | - |
| XYZ | 29.88 | 45.93 | 29.12 | - |
| YUV | 161.74 | 111.21 | 81.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 201 | 132 | 0.52 | 0 | 0.34 | 0.21 | 140.57 | 0.49 | 0.58 |
| Hex | 60 | C9 | 84 | 34 | 0 | 22 | 15 | 8D | 31 | 3A |
| Octal | 140 | 311 | 204 | 64 | 0 | 42 | 25 | 215 | 61 | 72 |
| Binary | 1100000 | 11001001 | 10000100 | 110100 | 0 | 100010 | 10101 | 10001101 | 110001 | 111010 |
Color Harmonies of #60C984
Complementary color
Monochromatic Colors of #60C984
Black with #60C984
Text Example
Text Example
White with #60C984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C984; }
p { color: rgb(96,201,132); }
H1.HeaderClassName
{
color: #60C984;
}
.AnyTagClassName
{
color: #60C984;
}
</style>
background-color css
<style>
a { background-color: #60C984; }
a { background-color: rgb(96,201,132); }
div.DivClassName
{
background-color: #60C984;
}
.BgClassName
{
background-color: #60C984;
}
</style>
border-color css
<style>
span { border-color: #60C984; }
span { border-color: rgb(96,201,132); }
td.TdClassName
{
border-color: #60C984;
}
.TagClassName
{
border-color: #60C984;
}
</style>