Shades of Emerald #60CA7E
Tints of Emerald #60CA7E
RGB
CMYK
RGB Variations
Color information
#60CA7E (or 0x60CA7E) is known color: Emerald. HEX triplet: 60, CA and 7E. RGB value is (96,202,126). Sum of RGB (Red+Green+Blue) = 96+202+126=424 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.64% from 424); Green value is 202 (79.30% from 255 or 47.64% from 424); Blue value is 126 (49.61% from 255 or 29.72% from 424); Max value from RGB is 202 - color contains mainly: green. Hex color #60CA7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60CA7E is #9F3581. Grayscale: #A1A1A1. Windows color (decimal): -10433922 or 8309344. OLE color: 8309344.
HSL color Cylindrical-coordinate representation of color #60CA7E: hue angle of 136.98º 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 #60CA7E is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 202 | 126 | - |
| CMYK | 0.52 | 0 | 0.38 | 0.21 |
| HSL | 136.98º | 0.5% | 0.58% | - |
| HSV(B) | 136.98º | 0.52% | 0.79% | - |
| XYZ | 29.71 | 46.23 | 27.1 | - |
| YUV | 161.64 | 107.88 | 81.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 202 | 126 | 0.52 | 0 | 0.38 | 0.21 | 136.98 | 0.5 | 0.58 |
| Hex | 60 | CA | 7E | 34 | 0 | 26 | 15 | 89 | 32 | 3A |
| Octal | 140 | 312 | 176 | 64 | 0 | 46 | 25 | 211 | 62 | 72 |
| Binary | 1100000 | 11001010 | 1111110 | 110100 | 0 | 100110 | 10101 | 10001001 | 110010 | 111010 |
Color Harmonies of #60CA7E
Complementary color
Monochromatic Colors of #60CA7E
Black with #60CA7E
Text Example
Text Example
White with #60CA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CA7E; }
p { color: rgb(96,202,126); }
H1.HeaderClassName
{
color: #60CA7E;
}
.AnyTagClassName
{
color: #60CA7E;
}
</style>
background-color css
<style>
a { background-color: #60CA7E; }
a { background-color: rgb(96,202,126); }
div.DivClassName
{
background-color: #60CA7E;
}
.BgClassName
{
background-color: #60CA7E;
}
</style>
border-color css
<style>
span { border-color: #60CA7E; }
span { border-color: rgb(96,202,126); }
td.TdClassName
{
border-color: #60CA7E;
}
.TagClassName
{
border-color: #60CA7E;
}
</style>