Shades of Emerald #60D575
Tints of Emerald #60D575
RGB
CMYK
RGB Variations
Color information
#60D575 (or 0x60D575) is known color: Emerald. HEX triplet: 60, D5 and 75. RGB value is (96,213,117). Sum of RGB (Red+Green+Blue) = 96+213+117=426 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.54% from 426); Green value is 213 (83.59% from 255 or 50% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 213 - color contains mainly: green. Hex color #60D575 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60D575 is #9F2A8A. Grayscale: #A7A7A7. Windows color (decimal): -10431115 or 7722336. OLE color: 7722336.
HSL color Cylindrical-coordinate representation of color #60D575: hue angle of 130.77º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60D575 is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 96 | 213 | 117 | - |
| CMYK | 0.55 | 0 | 0.45 | 0.16 |
| HSL | 130.77º | 0.58% | 0.61% | - |
| HSV(B) | 130.77º | 0.55% | 0.84% | - |
| XYZ | 31.83 | 51.36 | 25.07 | - |
| YUV | 167.07 | 99.74 | 77.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 213 | 117 | 0.55 | 0 | 0.45 | 0.16 | 130.77 | 0.58 | 0.61 |
| Hex | 60 | D5 | 75 | 37 | 0 | 2D | 10 | 83 | 3A | 3D |
| Octal | 140 | 325 | 165 | 67 | 0 | 55 | 20 | 203 | 72 | 75 |
| Binary | 1100000 | 11010101 | 1110101 | 110111 | 0 | 101101 | 10000 | 10000011 | 111010 | 111101 |
Color Harmonies of #60D575
Complementary color
Monochromatic Colors of #60D575
Black with #60D575
Text Example
Text Example
White with #60D575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D575; }
p { color: rgb(96,213,117); }
H1.HeaderClassName
{
color: #60D575;
}
.AnyTagClassName
{
color: #60D575;
}
</style>
background-color css
<style>
a { background-color: #60D575; }
a { background-color: rgb(96,213,117); }
div.DivClassName
{
background-color: #60D575;
}
.BgClassName
{
background-color: #60D575;
}
</style>
border-color css
<style>
span { border-color: #60D575; }
span { border-color: rgb(96,213,117); }
td.TdClassName
{
border-color: #60D575;
}
.TagClassName
{
border-color: #60D575;
}
</style>