Shades of Emerald #60CC74
Tints of Emerald #60CC74
RGB
CMYK
RGB Variations
Color information
#60CC74 (or 0x60CC74) is known color: Emerald. HEX triplet: 60, CC and 74. RGB value is (96,204,116). Sum of RGB (Red+Green+Blue) = 96+204+116=416 (55% of max value = 765). Red value is 96 (37.89% from 255 or 23.08% from 416); Green value is 204 (80.08% from 255 or 49.04% from 416); Blue value is 116 (45.70% from 255 or 27.88% from 416); Max value from RGB is 204 - color contains mainly: green. Hex color #60CC74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60CC74 is #9F338B. Grayscale: #A1A1A1. Windows color (decimal): -10433420 or 7654496. OLE color: 7654496.
HSL color Cylindrical-coordinate representation of color #60CC74: hue angle of 131.11º 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 #60CC74 is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 96 | 204 | 116 | - |
| CMYK | 0.53 | 0 | 0.43 | 0.2 |
| HSL | 131.11º | 0.51% | 0.59% | - |
| HSV(B) | 131.11º | 0.53% | 0.8% | - |
| XYZ | 29.57 | 46.93 | 24.02 | - |
| YUV | 161.68 | 102.22 | 81.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 204 | 116 | 0.53 | 0 | 0.43 | 0.2 | 131.11 | 0.51 | 0.59 |
| Hex | 60 | CC | 74 | 35 | 0 | 2B | 14 | 83 | 33 | 3B |
| Octal | 140 | 314 | 164 | 65 | 0 | 53 | 24 | 203 | 63 | 73 |
| Binary | 1100000 | 11001100 | 1110100 | 110101 | 0 | 101011 | 10100 | 10000011 | 110011 | 111011 |
Color Harmonies of #60CC74
Complementary color
Monochromatic Colors of #60CC74
Black with #60CC74
Text Example
Text Example
White with #60CC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CC74; }
p { color: rgb(96,204,116); }
H1.HeaderClassName
{
color: #60CC74;
}
.AnyTagClassName
{
color: #60CC74;
}
</style>
background-color css
<style>
a { background-color: #60CC74; }
a { background-color: rgb(96,204,116); }
div.DivClassName
{
background-color: #60CC74;
}
.BgClassName
{
background-color: #60CC74;
}
</style>
border-color css
<style>
span { border-color: #60CC74; }
span { border-color: rgb(96,204,116); }
td.TdClassName
{
border-color: #60CC74;
}
.TagClassName
{
border-color: #60CC74;
}
</style>