Shades of Emerald #5CDC88
Tints of Emerald #5CDC88
RGB
CMYK
RGB Variations
Color information
#5CDC88 (or 0x5CDC88) is known color: Emerald. HEX triplet: 5C, DC and 88. RGB value is (92,220,136). Sum of RGB (Red+Green+Blue) = 92+220+136=448 (59% of max value = 765). Red value is 92 (36.33% from 255 or 20.54% from 448); Green value is 220 (86.33% from 255 or 49.11% from 448); Blue value is 136 (53.52% from 255 or 30.36% from 448); Max value from RGB is 220 - color contains mainly: green. Hex color #5CDC88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CDC88 is #A32377. Grayscale: #ACACAC. Windows color (decimal): -10691448 or 8969308. OLE color: 8969308.
HSL color Cylindrical-coordinate representation of color #5CDC88: hue angle of 140.62º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CDC88 is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 220 | 136 | - |
| CMYK | 0.58 | 0 | 0.38 | 0.14 |
| HSL | 140.63º | 0.65% | 0.61% | - |
| HSV(B) | 140.63º | 0.58% | 0.86% | - |
| XYZ | 34.45 | 55.24 | 32.14 | - |
| YUV | 172.15 | 107.59 | 70.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 220 | 136 | 0.58 | 0 | 0.38 | 0.14 | 140.63 | 0.65 | 0.61 |
| Hex | 5C | DC | 88 | 3A | 0 | 26 | E | 8D | 41 | 3D |
| Octal | 134 | 334 | 210 | 72 | 0 | 46 | 16 | 215 | 101 | 75 |
| Binary | 1011100 | 11011100 | 10001000 | 111010 | 0 | 100110 | 1110 | 10001101 | 1000001 | 111101 |
Color Harmonies of #5CDC88
Complementary color
Monochromatic Colors of #5CDC88
Black with #5CDC88
Text Example
Text Example
White with #5CDC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDC88; }
p { color: rgb(92,220,136); }
H1.HeaderClassName
{
color: #5CDC88;
}
.AnyTagClassName
{
color: #5CDC88;
}
</style>
background-color css
<style>
a { background-color: #5CDC88; }
a { background-color: rgb(92,220,136); }
div.DivClassName
{
background-color: #5CDC88;
}
.BgClassName
{
background-color: #5CDC88;
}
</style>
border-color css
<style>
span { border-color: #5CDC88; }
span { border-color: rgb(92,220,136); }
td.TdClassName
{
border-color: #5CDC88;
}
.TagClassName
{
border-color: #5CDC88;
}
</style>