Shades of Emerald #60C57D
Tints of Emerald #60C57D
RGB
CMYK
RGB Variations
Color information
#60C57D (or 0x60C57D) is known color: Emerald. HEX triplet: 60, C5 and 7D. RGB value is (96,197,125). Sum of RGB (Red+Green+Blue) = 96+197+125=418 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.97% from 418); Green value is 197 (77.34% from 255 or 47.13% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 197 - color contains mainly: green. Hex color #60C57D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C57D is #9F3A82. Grayscale: #9E9E9E. Windows color (decimal): -10435203 or 8242528. OLE color: 8242528.
HSL color Cylindrical-coordinate representation of color #60C57D: hue angle of 137.23º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #60C57D is Cyan = 0.51, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 96 | 197 | 125 | - |
| CMYK | 0.51 | 0 | 0.37 | 0.23 |
| HSL | 137.23º | 0.47% | 0.57% | - |
| HSV(B) | 137.23º | 0.51% | 0.77% | - |
| XYZ | 28.49 | 43.9 | 26.37 | - |
| YUV | 158.59 | 109.04 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 197 | 125 | 0.51 | 0 | 0.37 | 0.23 | 137.23 | 0.47 | 0.57 |
| Hex | 60 | C5 | 7D | 33 | 0 | 25 | 17 | 89 | 2F | 39 |
| Octal | 140 | 305 | 175 | 63 | 0 | 45 | 27 | 211 | 57 | 71 |
| Binary | 1100000 | 11000101 | 1111101 | 110011 | 0 | 100101 | 10111 | 10001001 | 101111 | 111001 |
Color Harmonies of #60C57D
Complementary color
Monochromatic Colors of #60C57D
Black with #60C57D
Text Example
Text Example
White with #60C57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C57D; }
p { color: rgb(96,197,125); }
H1.HeaderClassName
{
color: #60C57D;
}
.AnyTagClassName
{
color: #60C57D;
}
</style>
background-color css
<style>
a { background-color: #60C57D; }
a { background-color: rgb(96,197,125); }
div.DivClassName
{
background-color: #60C57D;
}
.BgClassName
{
background-color: #60C57D;
}
</style>
border-color css
<style>
span { border-color: #60C57D; }
span { border-color: rgb(96,197,125); }
td.TdClassName
{
border-color: #60C57D;
}
.TagClassName
{
border-color: #60C57D;
}
</style>