Shades of Emerald #5CCB86
Tints of Emerald #5CCB86
RGB
CMYK
RGB Variations
Color information
#5CCB86 (or 0x5CCB86) is known color: Emerald. HEX triplet: 5C, CB and 86. RGB value is (92,203,134). Sum of RGB (Red+Green+Blue) = 92+203+134=429 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.45% from 429); Green value is 203 (79.69% from 255 or 47.32% from 429); Blue value is 134 (52.73% from 255 or 31.24% from 429); Max value from RGB is 203 - color contains mainly: green. Hex color #5CCB86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CCB86 is #A33479. Grayscale: #A2A2A2. Windows color (decimal): -10695802 or 8833884. OLE color: 8833884.
HSL color Cylindrical-coordinate representation of color #5CCB86: hue angle of 142.7º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5CCB86 is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 203 | 134 | - |
| CMYK | 0.55 | 0 | 0.34 | 0.20 |
| HSL | 142.7º | 0.52% | 0.58% | - |
| HSV(B) | 142.7º | 0.55% | 0.8% | - |
| XYZ | 30.07 | 46.71 | 29.98 | - |
| YUV | 161.95 | 112.23 | 78.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 203 | 134 | 0.55 | 0 | 0.34 | 0.20 | 142.7 | 0.52 | 0.58 |
| Hex | 5C | CB | 86 | 37 | 0 | 22 | 14 | 8F | 34 | 3A |
| Octal | 134 | 313 | 206 | 67 | 0 | 42 | 24 | 217 | 64 | 72 |
| Binary | 1011100 | 11001011 | 10000110 | 110111 | 0 | 100010 | 10100 | 10001111 | 110100 | 111010 |
Color Harmonies of #5CCB86
Complementary color
Monochromatic Colors of #5CCB86
Black with #5CCB86
Text Example
Text Example
White with #5CCB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCB86; }
p { color: rgb(92,203,134); }
H1.HeaderClassName
{
color: #5CCB86;
}
.AnyTagClassName
{
color: #5CCB86;
}
</style>
background-color css
<style>
a { background-color: #5CCB86; }
a { background-color: rgb(92,203,134); }
div.DivClassName
{
background-color: #5CCB86;
}
.BgClassName
{
background-color: #5CCB86;
}
</style>
border-color css
<style>
span { border-color: #5CCB86; }
span { border-color: rgb(92,203,134); }
td.TdClassName
{
border-color: #5CCB86;
}
.TagClassName
{
border-color: #5CCB86;
}
</style>