Shades of Emerald #60CC72
Tints of Emerald #60CC72
RGB
CMYK
RGB Variations
Color information
#60CC72 (or 0x60CC72) is known color: Emerald. HEX triplet: 60, CC and 72. RGB value is (96,204,114). Sum of RGB (Red+Green+Blue) = 96+204+114=414 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.19% from 414); Green value is 204 (80.08% from 255 or 49.28% from 414); Blue value is 114 (44.92% from 255 or 27.54% from 414); Max value from RGB is 204 - color contains mainly: green. Hex color #60CC72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60CC72 is #9F338D. Grayscale: #A1A1A1. Windows color (decimal): -10433422 or 7523424. OLE color: 7523424.
HSL color Cylindrical-coordinate representation of color #60CC72: hue angle of 130º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60CC72 is Cyan = 0.53, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 96 | 204 | 114 | - |
| CMYK | 0.53 | 0 | 0.44 | 0.2 |
| HSL | 130º | 0.51% | 0.59% | - |
| HSV(B) | 130º | 0.53% | 0.8% | - |
| XYZ | 29.45 | 46.89 | 23.42 | - |
| YUV | 161.45 | 101.22 | 81.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 204 | 114 | 0.53 | 0 | 0.44 | 0.2 | 130 | 0.51 | 0.59 |
| Hex | 60 | CC | 72 | 35 | 0 | 2C | 14 | 82 | 33 | 3B |
| Octal | 140 | 314 | 162 | 65 | 0 | 54 | 24 | 202 | 63 | 73 |
| Binary | 1100000 | 11001100 | 1110010 | 110101 | 0 | 101100 | 10100 | 10000010 | 110011 | 111011 |
Color Harmonies of #60CC72
Complementary color
Monochromatic Colors of #60CC72
Black with #60CC72
Text Example
Text Example
White with #60CC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CC72; }
p { color: rgb(96,204,114); }
H1.HeaderClassName
{
color: #60CC72;
}
.AnyTagClassName
{
color: #60CC72;
}
</style>
background-color css
<style>
a { background-color: #60CC72; }
a { background-color: rgb(96,204,114); }
div.DivClassName
{
background-color: #60CC72;
}
.BgClassName
{
background-color: #60CC72;
}
</style>
border-color css
<style>
span { border-color: #60CC72; }
span { border-color: rgb(96,204,114); }
td.TdClassName
{
border-color: #60CC72;
}
.TagClassName
{
border-color: #60CC72;
}
</style>