Shades of Emerald #60CA81
Tints of Emerald #60CA81
RGB
CMYK
RGB Variations
Color information
#60CA81 (or 0x60CA81) is known color: Emerald. HEX triplet: 60, CA and 81. RGB value is (96,202,129). Sum of RGB (Red+Green+Blue) = 96+202+129=427 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.48% from 427); Green value is 202 (79.30% from 255 or 47.31% from 427); Blue value is 129 (50.78% from 255 or 30.21% from 427); Max value from RGB is 202 - color contains mainly: green. Hex color #60CA81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CA81 is #9F357E. Grayscale: #A2A2A2. Windows color (decimal): -10433919 or 8505952. OLE color: 8505952.
HSL color Cylindrical-coordinate representation of color #60CA81: hue angle of 138.68º 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 #60CA81 is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 202 | 129 | - |
| CMYK | 0.52 | 0 | 0.36 | 0.21 |
| HSL | 138.68º | 0.5% | 0.58% | - |
| HSV(B) | 138.68º | 0.52% | 0.79% | - |
| XYZ | 29.91 | 46.31 | 28.13 | - |
| YUV | 161.98 | 109.38 | 80.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 202 | 129 | 0.52 | 0 | 0.36 | 0.21 | 138.68 | 0.5 | 0.58 |
| Hex | 60 | CA | 81 | 34 | 0 | 24 | 15 | 8B | 32 | 3A |
| Octal | 140 | 312 | 201 | 64 | 0 | 44 | 25 | 213 | 62 | 72 |
| Binary | 1100000 | 11001010 | 10000001 | 110100 | 0 | 100100 | 10101 | 10001011 | 110010 | 111010 |
Color Harmonies of #60CA81
Complementary color
Monochromatic Colors of #60CA81
Black with #60CA81
Text Example
Text Example
White with #60CA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CA81; }
p { color: rgb(96,202,129); }
H1.HeaderClassName
{
color: #60CA81;
}
.AnyTagClassName
{
color: #60CA81;
}
</style>
background-color css
<style>
a { background-color: #60CA81; }
a { background-color: rgb(96,202,129); }
div.DivClassName
{
background-color: #60CA81;
}
.BgClassName
{
background-color: #60CA81;
}
</style>
border-color css
<style>
span { border-color: #60CA81; }
span { border-color: rgb(96,202,129); }
td.TdClassName
{
border-color: #60CA81;
}
.TagClassName
{
border-color: #60CA81;
}
</style>