Shades of Emerald #60D271
Tints of Emerald #60D271
RGB
CMYK
RGB Variations
Color information
#60D271 (or 0x60D271) is known color: Emerald. HEX triplet: 60, D2 and 71. RGB value is (96,210,113). Sum of RGB (Red+Green+Blue) = 96+210+113=419 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.91% from 419); Green value is 210 (82.42% from 255 or 50.12% from 419); Blue value is 113 (44.53% from 255 or 26.97% from 419); Max value from RGB is 210 - color contains mainly: green. Hex color #60D271 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60D271 is #9F2D8E. Grayscale: #A5A5A5. Windows color (decimal): -10431887 or 7459424. OLE color: 7459424.
HSL color Cylindrical-coordinate representation of color #60D271: hue angle of 128.95º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60D271 is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 96 | 210 | 113 | - |
| CMYK | 0.54 | 0 | 0.46 | 0.18 |
| HSL | 128.95º | 0.56% | 0.6% | - |
| HSV(B) | 128.95º | 0.54% | 0.82% | - |
| XYZ | 30.85 | 49.77 | 23.6 | - |
| YUV | 164.86 | 98.73 | 78.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 210 | 113 | 0.54 | 0 | 0.46 | 0.18 | 128.95 | 0.56 | 0.6 |
| Hex | 60 | D2 | 71 | 36 | 0 | 2E | 12 | 81 | 38 | 3C |
| Octal | 140 | 322 | 161 | 66 | 0 | 56 | 22 | 201 | 70 | 74 |
| Binary | 1100000 | 11010010 | 1110001 | 110110 | 0 | 101110 | 10010 | 10000001 | 111000 | 111100 |
Color Harmonies of #60D271
Complementary color
Monochromatic Colors of #60D271
Black with #60D271
Text Example
Text Example
White with #60D271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D271; }
p { color: rgb(96,210,113); }
H1.HeaderClassName
{
color: #60D271;
}
.AnyTagClassName
{
color: #60D271;
}
</style>
background-color css
<style>
a { background-color: #60D271; }
a { background-color: rgb(96,210,113); }
div.DivClassName
{
background-color: #60D271;
}
.BgClassName
{
background-color: #60D271;
}
</style>
border-color css
<style>
span { border-color: #60D271; }
span { border-color: rgb(96,210,113); }
td.TdClassName
{
border-color: #60D271;
}
.TagClassName
{
border-color: #60D271;
}
</style>