Shades of Emerald #60CE80
Tints of Emerald #60CE80
RGB
CMYK
RGB Variations
Color information
#60CE80 (or 0x60CE80) is known color: Emerald. HEX triplet: 60, CE and 80. RGB value is (96,206,128). Sum of RGB (Red+Green+Blue) = 96+206+128=430 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.33% from 430); Green value is 206 (80.86% from 255 or 47.91% from 430); Blue value is 128 (50.39% from 255 or 29.77% from 430); Max value from RGB is 206 - color contains mainly: green. Hex color #60CE80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CE80 is #9F317F. Grayscale: #A4A4A4. Windows color (decimal): -10432896 or 8441440. OLE color: 8441440.
HSL color Cylindrical-coordinate representation of color #60CE80: hue angle of 137.45º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60CE80 is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 206 | 128 | - |
| CMYK | 0.53 | 0 | 0.38 | 0.19 |
| HSL | 137.45º | 0.53% | 0.59% | - |
| HSV(B) | 137.45º | 0.53% | 0.81% | - |
| XYZ | 30.79 | 48.19 | 28.1 | - |
| YUV | 164.22 | 107.56 | 79.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 206 | 128 | 0.53 | 0 | 0.38 | 0.19 | 137.45 | 0.53 | 0.59 |
| Hex | 60 | CE | 80 | 35 | 0 | 26 | 13 | 89 | 35 | 3B |
| Octal | 140 | 316 | 200 | 65 | 0 | 46 | 23 | 211 | 65 | 73 |
| Binary | 1100000 | 11001110 | 10000000 | 110101 | 0 | 100110 | 10011 | 10001001 | 110101 | 111011 |
Color Harmonies of #60CE80
Complementary color
Monochromatic Colors of #60CE80
Black with #60CE80
Text Example
Text Example
White with #60CE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CE80; }
p { color: rgb(96,206,128); }
H1.HeaderClassName
{
color: #60CE80;
}
.AnyTagClassName
{
color: #60CE80;
}
</style>
background-color css
<style>
a { background-color: #60CE80; }
a { background-color: rgb(96,206,128); }
div.DivClassName
{
background-color: #60CE80;
}
.BgClassName
{
background-color: #60CE80;
}
</style>
border-color css
<style>
span { border-color: #60CE80; }
span { border-color: rgb(96,206,128); }
td.TdClassName
{
border-color: #60CE80;
}
.TagClassName
{
border-color: #60CE80;
}
</style>