Shades of Emerald #5CDC7E
Tints of Emerald #5CDC7E
RGB
CMYK
RGB Variations
Color information
#5CDC7E (or 0x5CDC7E) is known color: Emerald. HEX triplet: 5C, DC and 7E. RGB value is (92,220,126). Sum of RGB (Red+Green+Blue) = 92+220+126=438 (58% of max value = 765). Red value is 92 (36.33% from 255 or 21.00% from 438); Green value is 220 (86.33% from 255 or 50.23% from 438); Blue value is 126 (49.61% from 255 or 28.77% from 438); Max value from RGB is 220 - color contains mainly: green. Hex color #5CDC7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CDC7E is #A32381. Grayscale: #ABABAB. Windows color (decimal): -10691458 or 8313948. OLE color: 8313948.
HSL color Cylindrical-coordinate representation of color #5CDC7E: hue angle of 135.94º 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 #5CDC7E is Cyan = 0.58, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 220 | 126 | - |
| CMYK | 0.58 | 0 | 0.43 | 0.14 |
| HSL | 135.94º | 0.65% | 0.61% | - |
| HSV(B) | 135.94º | 0.58% | 0.86% | - |
| XYZ | 33.77 | 54.97 | 28.57 | - |
| YUV | 171.01 | 102.59 | 71.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 220 | 126 | 0.58 | 0 | 0.43 | 0.14 | 135.94 | 0.65 | 0.61 |
| Hex | 5C | DC | 7E | 3A | 0 | 2B | E | 88 | 41 | 3D |
| Octal | 134 | 334 | 176 | 72 | 0 | 53 | 16 | 210 | 101 | 75 |
| Binary | 1011100 | 11011100 | 1111110 | 111010 | 0 | 101011 | 1110 | 10001000 | 1000001 | 111101 |
Color Harmonies of #5CDC7E
Complementary color
Monochromatic Colors of #5CDC7E
Black with #5CDC7E
Text Example
Text Example
White with #5CDC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDC7E; }
p { color: rgb(92,220,126); }
H1.HeaderClassName
{
color: #5CDC7E;
}
.AnyTagClassName
{
color: #5CDC7E;
}
</style>
background-color css
<style>
a { background-color: #5CDC7E; }
a { background-color: rgb(92,220,126); }
div.DivClassName
{
background-color: #5CDC7E;
}
.BgClassName
{
background-color: #5CDC7E;
}
</style>
border-color css
<style>
span { border-color: #5CDC7E; }
span { border-color: rgb(92,220,126); }
td.TdClassName
{
border-color: #5CDC7E;
}
.TagClassName
{
border-color: #5CDC7E;
}
</style>