Shades of Emerald #5CDA88
Tints of Emerald #5CDA88
RGB
CMYK
RGB Variations
Color information
#5CDA88 (or 0x5CDA88) is known color: Emerald. HEX triplet: 5C, DA and 88. RGB value is (92,218,136). Sum of RGB (Red+Green+Blue) = 92+218+136=446 (59% of max value = 765). Red value is 92 (36.33% from 255 or 20.63% from 446); Green value is 218 (85.55% from 255 or 48.88% from 446); Blue value is 136 (53.52% from 255 or 30.49% from 446); Max value from RGB is 218 - color contains mainly: green. Hex color #5CDA88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CDA88 is #A32577. Grayscale: #ABABAB. Windows color (decimal): -10691960 or 8968796. OLE color: 8968796.
HSL color Cylindrical-coordinate representation of color #5CDA88: hue angle of 140.95º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CDA88 is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 92 | 218 | 136 | - |
| CMYK | 0.58 | 0 | 0.38 | 0.15 |
| HSL | 140.95º | 0.63% | 0.61% | - |
| HSV(B) | 140.95º | 0.58% | 0.85% | - |
| XYZ | 33.93 | 54.2 | 31.97 | - |
| YUV | 170.98 | 108.26 | 71.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 218 | 136 | 0.58 | 0 | 0.38 | 0.15 | 140.95 | 0.63 | 0.61 |
| Hex | 5C | DA | 88 | 3A | 0 | 26 | F | 8D | 3F | 3D |
| Octal | 134 | 332 | 210 | 72 | 0 | 46 | 17 | 215 | 77 | 75 |
| Binary | 1011100 | 11011010 | 10001000 | 111010 | 0 | 100110 | 1111 | 10001101 | 111111 | 111101 |
Color Harmonies of #5CDA88
Complementary color
Monochromatic Colors of #5CDA88
Black with #5CDA88
Text Example
Text Example
White with #5CDA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDA88; }
p { color: rgb(92,218,136); }
H1.HeaderClassName
{
color: #5CDA88;
}
.AnyTagClassName
{
color: #5CDA88;
}
</style>
background-color css
<style>
a { background-color: #5CDA88; }
a { background-color: rgb(92,218,136); }
div.DivClassName
{
background-color: #5CDA88;
}
.BgClassName
{
background-color: #5CDA88;
}
</style>
border-color css
<style>
span { border-color: #5CDA88; }
span { border-color: rgb(92,218,136); }
td.TdClassName
{
border-color: #5CDA88;
}
.TagClassName
{
border-color: #5CDA88;
}
</style>