Shades of Emerald #5CDC84
Tints of Emerald #5CDC84
RGB
CMYK
RGB Variations
Color information
#5CDC84 (or 0x5CDC84) is known color: Emerald. HEX triplet: 5C, DC and 84. RGB value is (92,220,132). Sum of RGB (Red+Green+Blue) = 92+220+132=444 (58% of max value = 765). Red value is 92 (36.33% from 255 or 20.72% from 444); Green value is 220 (86.33% from 255 or 49.55% from 444); Blue value is 132 (51.95% from 255 or 29.73% from 444); Max value from RGB is 220 - color contains mainly: green. Hex color #5CDC84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CDC84 is #A3237B. Grayscale: #ABABAB. Windows color (decimal): -10691452 or 8707164. OLE color: 8707164.
HSL color Cylindrical-coordinate representation of color #5CDC84: hue angle of 138.75º 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 #5CDC84 is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 220 | 132 | - |
| CMYK | 0.58 | 0 | 0.40 | 0.14 |
| HSL | 138.75º | 0.65% | 0.61% | - |
| HSV(B) | 138.75º | 0.58% | 0.86% | - |
| XYZ | 34.17 | 55.13 | 30.67 | - |
| YUV | 171.7 | 105.59 | 71.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 220 | 132 | 0.58 | 0 | 0.40 | 0.14 | 138.75 | 0.65 | 0.61 |
| Hex | 5C | DC | 84 | 3A | 0 | 28 | E | 8B | 41 | 3D |
| Octal | 134 | 334 | 204 | 72 | 0 | 50 | 16 | 213 | 101 | 75 |
| Binary | 1011100 | 11011100 | 10000100 | 111010 | 0 | 101000 | 1110 | 10001011 | 1000001 | 111101 |
Color Harmonies of #5CDC84
Complementary color
Monochromatic Colors of #5CDC84
Black with #5CDC84
Text Example
Text Example
White with #5CDC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDC84; }
p { color: rgb(92,220,132); }
H1.HeaderClassName
{
color: #5CDC84;
}
.AnyTagClassName
{
color: #5CDC84;
}
</style>
background-color css
<style>
a { background-color: #5CDC84; }
a { background-color: rgb(92,220,132); }
div.DivClassName
{
background-color: #5CDC84;
}
.BgClassName
{
background-color: #5CDC84;
}
</style>
border-color css
<style>
span { border-color: #5CDC84; }
span { border-color: rgb(92,220,132); }
td.TdClassName
{
border-color: #5CDC84;
}
.TagClassName
{
border-color: #5CDC84;
}
</style>