Shades of Emerald #60CA74
Tints of Emerald #60CA74
RGB
CMYK
RGB Variations
Color information
#60CA74 (or 0x60CA74) is known color: Emerald. HEX triplet: 60, CA and 74. RGB value is (96,202,116). Sum of RGB (Red+Green+Blue) = 96+202+116=414 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.19% from 414); Green value is 202 (79.30% from 255 or 48.79% from 414); Blue value is 116 (45.70% from 255 or 28.02% from 414); Max value from RGB is 202 - color contains mainly: green. Hex color #60CA74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60CA74 is #9F358B. Grayscale: #A0A0A0. Windows color (decimal): -10433932 or 7653984. OLE color: 7653984.
HSL color Cylindrical-coordinate representation of color #60CA74: hue angle of 131.32º 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 #60CA74 is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 202 | 116 | - |
| CMYK | 0.52 | 0 | 0.43 | 0.21 |
| HSL | 131.32º | 0.5% | 0.58% | - |
| HSV(B) | 131.32º | 0.52% | 0.79% | - |
| XYZ | 29.1 | 45.99 | 23.87 | - |
| YUV | 160.5 | 102.88 | 81.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 202 | 116 | 0.52 | 0 | 0.43 | 0.21 | 131.32 | 0.5 | 0.58 |
| Hex | 60 | CA | 74 | 34 | 0 | 2B | 15 | 83 | 32 | 3A |
| Octal | 140 | 312 | 164 | 64 | 0 | 53 | 25 | 203 | 62 | 72 |
| Binary | 1100000 | 11001010 | 1110100 | 110100 | 0 | 101011 | 10101 | 10000011 | 110010 | 111010 |
Color Harmonies of #60CA74
Complementary color
Monochromatic Colors of #60CA74
Black with #60CA74
Text Example
Text Example
White with #60CA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CA74; }
p { color: rgb(96,202,116); }
H1.HeaderClassName
{
color: #60CA74;
}
.AnyTagClassName
{
color: #60CA74;
}
</style>
background-color css
<style>
a { background-color: #60CA74; }
a { background-color: rgb(96,202,116); }
div.DivClassName
{
background-color: #60CA74;
}
.BgClassName
{
background-color: #60CA74;
}
</style>
border-color css
<style>
span { border-color: #60CA74; }
span { border-color: rgb(96,202,116); }
td.TdClassName
{
border-color: #60CA74;
}
.TagClassName
{
border-color: #60CA74;
}
</style>