Shades of Emerald #60CA73
Tints of Emerald #60CA73
RGB
CMYK
RGB Variations
Color information
#60CA73 (or 0x60CA73) is known color: Emerald. HEX triplet: 60, CA and 73. RGB value is (96,202,115). Sum of RGB (Red+Green+Blue) = 96+202+115=413 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.24% from 413); Green value is 202 (79.30% from 255 or 48.91% from 413); Blue value is 115 (45.31% from 255 or 27.85% from 413); Max value from RGB is 202 - color contains mainly: green. Hex color #60CA73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60CA73 is #9F358C. Grayscale: #A0A0A0. Windows color (decimal): -10433933 or 7588448. OLE color: 7588448.
HSL color Cylindrical-coordinate representation of color #60CA73: hue angle of 130.75º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60CA73 is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 202 | 115 | - |
| CMYK | 0.52 | 0 | 0.43 | 0.21 |
| HSL | 130.75º | 0.5% | 0.58% | - |
| HSV(B) | 130.75º | 0.52% | 0.79% | - |
| XYZ | 29.04 | 45.97 | 23.56 | - |
| YUV | 160.39 | 102.38 | 82.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 202 | 115 | 0.52 | 0 | 0.43 | 0.21 | 130.75 | 0.5 | 0.58 |
| Hex | 60 | CA | 73 | 34 | 0 | 2B | 15 | 83 | 32 | 3A |
| Octal | 140 | 312 | 163 | 64 | 0 | 53 | 25 | 203 | 62 | 72 |
| Binary | 1100000 | 11001010 | 1110011 | 110100 | 0 | 101011 | 10101 | 10000011 | 110010 | 111010 |
Color Harmonies of #60CA73
Complementary color
Monochromatic Colors of #60CA73
Black with #60CA73
Text Example
Text Example
White with #60CA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CA73; }
p { color: rgb(96,202,115); }
H1.HeaderClassName
{
color: #60CA73;
}
.AnyTagClassName
{
color: #60CA73;
}
</style>
background-color css
<style>
a { background-color: #60CA73; }
a { background-color: rgb(96,202,115); }
div.DivClassName
{
background-color: #60CA73;
}
.BgClassName
{
background-color: #60CA73;
}
</style>
border-color css
<style>
span { border-color: #60CA73; }
span { border-color: rgb(96,202,115); }
td.TdClassName
{
border-color: #60CA73;
}
.TagClassName
{
border-color: #60CA73;
}
</style>