Shades of Emerald #60CC81
Tints of Emerald #60CC81
RGB
CMYK
RGB Variations
Color information
#60CC81 (or 0x60CC81) is known color: Emerald. HEX triplet: 60, CC and 81. RGB value is (96,204,129). Sum of RGB (Red+Green+Blue) = 96+204+129=429 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.38% from 429); Green value is 204 (80.08% from 255 or 47.55% from 429); Blue value is 129 (50.78% from 255 or 30.07% from 429); Max value from RGB is 204 - color contains mainly: green. Hex color #60CC81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CC81 is #9F337E. Grayscale: #A3A3A3. Windows color (decimal): -10433407 or 8506464. OLE color: 8506464.
HSL color Cylindrical-coordinate representation of color #60CC81: hue angle of 138.33º 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 #60CC81 is Cyan = 0.53, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 96 | 204 | 129 | - |
| CMYK | 0.53 | 0 | 0.37 | 0.2 |
| HSL | 138.33º | 0.51% | 0.59% | - |
| HSV(B) | 138.33º | 0.53% | 0.8% | - |
| XYZ | 30.38 | 47.26 | 28.29 | - |
| YUV | 163.16 | 108.72 | 80.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 204 | 129 | 0.53 | 0 | 0.37 | 0.2 | 138.33 | 0.51 | 0.59 |
| Hex | 60 | CC | 81 | 35 | 0 | 25 | 14 | 8A | 33 | 3B |
| Octal | 140 | 314 | 201 | 65 | 0 | 45 | 24 | 212 | 63 | 73 |
| Binary | 1100000 | 11001100 | 10000001 | 110101 | 0 | 100101 | 10100 | 10001010 | 110011 | 111011 |
Color Harmonies of #60CC81
Complementary color
Monochromatic Colors of #60CC81
Black with #60CC81
Text Example
Text Example
White with #60CC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CC81; }
p { color: rgb(96,204,129); }
H1.HeaderClassName
{
color: #60CC81;
}
.AnyTagClassName
{
color: #60CC81;
}
</style>
background-color css
<style>
a { background-color: #60CC81; }
a { background-color: rgb(96,204,129); }
div.DivClassName
{
background-color: #60CC81;
}
.BgClassName
{
background-color: #60CC81;
}
</style>
border-color css
<style>
span { border-color: #60CC81; }
span { border-color: rgb(96,204,129); }
td.TdClassName
{
border-color: #60CC81;
}
.TagClassName
{
border-color: #60CC81;
}
</style>