Shades of Emerald #5CCF86
Tints of Emerald #5CCF86
RGB
CMYK
RGB Variations
Color information
#5CCF86 (or 0x5CCF86) is known color: Emerald. HEX triplet: 5C, CF and 86. RGB value is (92,207,134). Sum of RGB (Red+Green+Blue) = 92+207+134=433 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.25% from 433); Green value is 207 (81.25% from 255 or 47.81% from 433); Blue value is 134 (52.73% from 255 or 30.95% from 433); Max value from RGB is 207 - color contains mainly: green. Hex color #5CCF86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CCF86 is #A33079. Grayscale: #A4A4A4. Windows color (decimal): -10694778 or 8834908. OLE color: 8834908.
HSL color Cylindrical-coordinate representation of color #5CCF86: hue angle of 141.91º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5CCF86 is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 207 | 134 | - |
| CMYK | 0.56 | 0 | 0.35 | 0.19 |
| HSL | 141.91º | 0.55% | 0.59% | - |
| HSV(B) | 141.91º | 0.56% | 0.81% | - |
| XYZ | 31.03 | 48.62 | 30.3 | - |
| YUV | 164.29 | 110.9 | 76.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 207 | 134 | 0.56 | 0 | 0.35 | 0.19 | 141.91 | 0.55 | 0.59 |
| Hex | 5C | CF | 86 | 38 | 0 | 23 | 13 | 8E | 37 | 3B |
| Octal | 134 | 317 | 206 | 70 | 0 | 43 | 23 | 216 | 67 | 73 |
| Binary | 1011100 | 11001111 | 10000110 | 111000 | 0 | 100011 | 10011 | 10001110 | 110111 | 111011 |
Color Harmonies of #5CCF86
Complementary color
Monochromatic Colors of #5CCF86
Black with #5CCF86
Text Example
Text Example
White with #5CCF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCF86; }
p { color: rgb(92,207,134); }
H1.HeaderClassName
{
color: #5CCF86;
}
.AnyTagClassName
{
color: #5CCF86;
}
</style>
background-color css
<style>
a { background-color: #5CCF86; }
a { background-color: rgb(92,207,134); }
div.DivClassName
{
background-color: #5CCF86;
}
.BgClassName
{
background-color: #5CCF86;
}
</style>
border-color css
<style>
span { border-color: #5CCF86; }
span { border-color: rgb(92,207,134); }
td.TdClassName
{
border-color: #5CCF86;
}
.TagClassName
{
border-color: #5CCF86;
}
</style>