Shades of Emerald #5CCA86
Tints of Emerald #5CCA86
RGB
CMYK
RGB Variations
Color information
#5CCA86 (or 0x5CCA86) is known color: Emerald. HEX triplet: 5C, CA and 86. RGB value is (92,202,134). Sum of RGB (Red+Green+Blue) = 92+202+134=428 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.50% from 428); Green value is 202 (79.30% from 255 or 47.20% from 428); Blue value is 134 (52.73% from 255 or 31.31% from 428); Max value from RGB is 202 - color contains mainly: green. Hex color #5CCA86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CCA86 is #A33579. Grayscale: #A1A1A1. Windows color (decimal): -10696058 or 8833628. OLE color: 8833628.
HSL color Cylindrical-coordinate representation of color #5CCA86: hue angle of 142.91º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5CCA86 is Cyan = 0.54, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 92 | 202 | 134 | - |
| CMYK | 0.54 | 0 | 0.34 | 0.21 |
| HSL | 142.91º | 0.51% | 0.58% | - |
| HSV(B) | 142.91º | 0.54% | 0.79% | - |
| XYZ | 29.84 | 46.24 | 29.91 | - |
| YUV | 161.36 | 112.56 | 78.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 202 | 134 | 0.54 | 0 | 0.34 | 0.21 | 142.91 | 0.51 | 0.58 |
| Hex | 5C | CA | 86 | 36 | 0 | 22 | 15 | 8F | 33 | 3A |
| Octal | 134 | 312 | 206 | 66 | 0 | 42 | 25 | 217 | 63 | 72 |
| Binary | 1011100 | 11001010 | 10000110 | 110110 | 0 | 100010 | 10101 | 10001111 | 110011 | 111010 |
Color Harmonies of #5CCA86
Complementary color
Monochromatic Colors of #5CCA86
Black with #5CCA86
Text Example
Text Example
White with #5CCA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCA86; }
p { color: rgb(92,202,134); }
H1.HeaderClassName
{
color: #5CCA86;
}
.AnyTagClassName
{
color: #5CCA86;
}
</style>
background-color css
<style>
a { background-color: #5CCA86; }
a { background-color: rgb(92,202,134); }
div.DivClassName
{
background-color: #5CCA86;
}
.BgClassName
{
background-color: #5CCA86;
}
</style>
border-color css
<style>
span { border-color: #5CCA86; }
span { border-color: rgb(92,202,134); }
td.TdClassName
{
border-color: #5CCA86;
}
.TagClassName
{
border-color: #5CCA86;
}
</style>