Shades of Emerald #60C97D
Tints of Emerald #60C97D
RGB
CMYK
RGB Variations
Color information
#60C97D (or 0x60C97D) is known color: Emerald. HEX triplet: 60, C9 and 7D. RGB value is (96,201,125). Sum of RGB (Red+Green+Blue) = 96+201+125=422 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.75% from 422); Green value is 201 (78.91% from 255 or 47.63% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 201 - color contains mainly: green. Hex color #60C97D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C97D is #9F3682. Grayscale: #A1A1A1. Windows color (decimal): -10434179 or 8243552. OLE color: 8243552.
HSL color Cylindrical-coordinate representation of color #60C97D: hue angle of 136.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 #60C97D is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 201 | 125 | - |
| CMYK | 0.52 | 0 | 0.38 | 0.21 |
| HSL | 136.57º | 0.49% | 0.58% | - |
| HSV(B) | 136.57º | 0.52% | 0.79% | - |
| XYZ | 29.41 | 45.74 | 26.68 | - |
| YUV | 160.94 | 107.71 | 81.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 201 | 125 | 0.52 | 0 | 0.38 | 0.21 | 136.57 | 0.49 | 0.58 |
| Hex | 60 | C9 | 7D | 34 | 0 | 26 | 15 | 89 | 31 | 3A |
| Octal | 140 | 311 | 175 | 64 | 0 | 46 | 25 | 211 | 61 | 72 |
| Binary | 1100000 | 11001001 | 1111101 | 110100 | 0 | 100110 | 10101 | 10001001 | 110001 | 111010 |
Color Harmonies of #60C97D
Complementary color
Monochromatic Colors of #60C97D
Black with #60C97D
Text Example
Text Example
White with #60C97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C97D; }
p { color: rgb(96,201,125); }
H1.HeaderClassName
{
color: #60C97D;
}
.AnyTagClassName
{
color: #60C97D;
}
</style>
background-color css
<style>
a { background-color: #60C97D; }
a { background-color: rgb(96,201,125); }
div.DivClassName
{
background-color: #60C97D;
}
.BgClassName
{
background-color: #60C97D;
}
</style>
border-color css
<style>
span { border-color: #60C97D; }
span { border-color: rgb(96,201,125); }
td.TdClassName
{
border-color: #60C97D;
}
.TagClassName
{
border-color: #60C97D;
}
</style>