Shades of Emerald #5CCB84
Tints of Emerald #5CCB84
RGB
CMYK
RGB Variations
Color information
#5CCB84 (or 0x5CCB84) is known color: Emerald. HEX triplet: 5C, CB and 84. RGB value is (92,203,132). Sum of RGB (Red+Green+Blue) = 92+203+132=427 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.55% from 427); Green value is 203 (79.69% from 255 or 47.54% from 427); Blue value is 132 (51.95% from 255 or 30.91% from 427); Max value from RGB is 203 - color contains mainly: green. Hex color #5CCB84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CCB84 is #A3347B. Grayscale: #A1A1A1. Windows color (decimal): -10695804 or 8702812. OLE color: 8702812.
HSL color Cylindrical-coordinate representation of color #5CCB84: hue angle of 141.62º 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 #5CCB84 is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 203 | 132 | - |
| CMYK | 0.55 | 0 | 0.35 | 0.20 |
| HSL | 141.62º | 0.52% | 0.58% | - |
| HSV(B) | 141.62º | 0.55% | 0.8% | - |
| XYZ | 29.93 | 46.65 | 29.26 | - |
| YUV | 161.72 | 111.23 | 78.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 203 | 132 | 0.55 | 0 | 0.35 | 0.20 | 141.62 | 0.52 | 0.58 |
| Hex | 5C | CB | 84 | 37 | 0 | 23 | 14 | 8E | 34 | 3A |
| Octal | 134 | 313 | 204 | 67 | 0 | 43 | 24 | 216 | 64 | 72 |
| Binary | 1011100 | 11001011 | 10000100 | 110111 | 0 | 100011 | 10100 | 10001110 | 110100 | 111010 |
Color Harmonies of #5CCB84
Complementary color
Monochromatic Colors of #5CCB84
Black with #5CCB84
Text Example
Text Example
White with #5CCB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCB84; }
p { color: rgb(92,203,132); }
H1.HeaderClassName
{
color: #5CCB84;
}
.AnyTagClassName
{
color: #5CCB84;
}
</style>
background-color css
<style>
a { background-color: #5CCB84; }
a { background-color: rgb(92,203,132); }
div.DivClassName
{
background-color: #5CCB84;
}
.BgClassName
{
background-color: #5CCB84;
}
</style>
border-color css
<style>
span { border-color: #5CCB84; }
span { border-color: rgb(92,203,132); }
td.TdClassName
{
border-color: #5CCB84;
}
.TagClassName
{
border-color: #5CCB84;
}
</style>