Shades of Emerald #60CA80
Tints of Emerald #60CA80
RGB
CMYK
RGB Variations
Color information
#60CA80 (or 0x60CA80) is known color: Emerald. HEX triplet: 60, CA and 80. RGB value is (96,202,128). Sum of RGB (Red+Green+Blue) = 96+202+128=426 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.54% from 426); Green value is 202 (79.30% from 255 or 47.42% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 202 - color contains mainly: green. Hex color #60CA80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CA80 is #9F357F. Grayscale: #A2A2A2. Windows color (decimal): -10433920 or 8440416. OLE color: 8440416.
HSL color Cylindrical-coordinate representation of color #60CA80: hue angle of 138.11º 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 #60CA80 is Cyan = 0.52, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 202 | 128 | - |
| CMYK | 0.52 | 0 | 0.37 | 0.21 |
| HSL | 138.11º | 0.5% | 0.58% | - |
| HSV(B) | 138.11º | 0.52% | 0.79% | - |
| XYZ | 29.84 | 46.29 | 27.78 | - |
| YUV | 161.87 | 108.88 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 202 | 128 | 0.52 | 0 | 0.37 | 0.21 | 138.11 | 0.5 | 0.58 |
| Hex | 60 | CA | 80 | 34 | 0 | 25 | 15 | 8A | 32 | 3A |
| Octal | 140 | 312 | 200 | 64 | 0 | 45 | 25 | 212 | 62 | 72 |
| Binary | 1100000 | 11001010 | 10000000 | 110100 | 0 | 100101 | 10101 | 10001010 | 110010 | 111010 |
Color Harmonies of #60CA80
Complementary color
Monochromatic Colors of #60CA80
Black with #60CA80
Text Example
Text Example
White with #60CA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CA80; }
p { color: rgb(96,202,128); }
H1.HeaderClassName
{
color: #60CA80;
}
.AnyTagClassName
{
color: #60CA80;
}
</style>
background-color css
<style>
a { background-color: #60CA80; }
a { background-color: rgb(96,202,128); }
div.DivClassName
{
background-color: #60CA80;
}
.BgClassName
{
background-color: #60CA80;
}
</style>
border-color css
<style>
span { border-color: #60CA80; }
span { border-color: rgb(96,202,128); }
td.TdClassName
{
border-color: #60CA80;
}
.TagClassName
{
border-color: #60CA80;
}
</style>