Shades of Emerald #60D37C
Tints of Emerald #60D37C
RGB
CMYK
RGB Variations
Color information
#60D37C (or 0x60D37C) is known color: Emerald. HEX triplet: 60, D3 and 7C. RGB value is (96,211,124). Sum of RGB (Red+Green+Blue) = 96+211+124=431 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.27% from 431); Green value is 211 (82.81% from 255 or 48.96% from 431); Blue value is 124 (48.83% from 255 or 28.77% from 431); Max value from RGB is 211 - color contains mainly: green. Hex color #60D37C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60D37C is #9F2C83. Grayscale: #A6A6A6. Windows color (decimal): -10431620 or 8180576. OLE color: 8180576.
HSL color Cylindrical-coordinate representation of color #60D37C: hue angle of 134.61º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60D37C is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 96 | 211 | 124 | - |
| CMYK | 0.55 | 0 | 0.41 | 0.17 |
| HSL | 134.61º | 0.57% | 0.6% | - |
| HSV(B) | 134.61º | 0.55% | 0.83% | - |
| XYZ | 31.76 | 50.53 | 27.15 | - |
| YUV | 166.7 | 103.9 | 77.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 211 | 124 | 0.55 | 0 | 0.41 | 0.17 | 134.61 | 0.57 | 0.6 |
| Hex | 60 | D3 | 7C | 37 | 0 | 29 | 11 | 87 | 39 | 3C |
| Octal | 140 | 323 | 174 | 67 | 0 | 51 | 21 | 207 | 71 | 74 |
| Binary | 1100000 | 11010011 | 1111100 | 110111 | 0 | 101001 | 10001 | 10000111 | 111001 | 111100 |
Color Harmonies of #60D37C
Complementary color
Monochromatic Colors of #60D37C
Black with #60D37C
Text Example
Text Example
White with #60D37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D37C; }
p { color: rgb(96,211,124); }
H1.HeaderClassName
{
color: #60D37C;
}
.AnyTagClassName
{
color: #60D37C;
}
</style>
background-color css
<style>
a { background-color: #60D37C; }
a { background-color: rgb(96,211,124); }
div.DivClassName
{
background-color: #60D37C;
}
.BgClassName
{
background-color: #60D37C;
}
</style>
border-color css
<style>
span { border-color: #60D37C; }
span { border-color: rgb(96,211,124); }
td.TdClassName
{
border-color: #60D37C;
}
.TagClassName
{
border-color: #60D37C;
}
</style>