Shades of Emerald #5CD46E
Tints of Emerald #5CD46E
RGB
CMYK
RGB Variations
Color information
#5CD46E (or 0x5CD46E) is known color: Emerald. HEX triplet: 5C, D4 and 6E. RGB value is (92,212,110). Sum of RGB (Red+Green+Blue) = 92+212+110=414 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.22% from 414); Green value is 212 (83.20% from 255 or 51.21% from 414); Blue value is 110 (43.36% from 255 or 26.57% from 414); Max value from RGB is 212 - color contains mainly: green. Hex color #5CD46E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CD46E is #A32B91. Grayscale: #A4A4A4. Windows color (decimal): -10693522 or 7263324. OLE color: 7263324.
HSL color Cylindrical-coordinate representation of color #5CD46E: hue angle of 129º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5CD46E is Cyan = 0.57, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 92 | 212 | 110 | - |
| CMYK | 0.57 | 0 | 0.48 | 0.17 |
| HSL | 129º | 0.58% | 0.6% | - |
| HSV(B) | 129º | 0.57% | 0.83% | - |
| XYZ | 30.77 | 50.49 | 22.88 | - |
| YUV | 164.49 | 97.24 | 76.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 212 | 110 | 0.57 | 0 | 0.48 | 0.17 | 129 | 0.58 | 0.6 |
| Hex | 5C | D4 | 6E | 39 | 0 | 30 | 11 | 81 | 3A | 3C |
| Octal | 134 | 324 | 156 | 71 | 0 | 60 | 21 | 201 | 72 | 74 |
| Binary | 1011100 | 11010100 | 1101110 | 111001 | 0 | 110000 | 10001 | 10000001 | 111010 | 111100 |
Color Harmonies of #5CD46E
Complementary color
Monochromatic Colors of #5CD46E
Black with #5CD46E
Text Example
Text Example
White with #5CD46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CD46E; }
p { color: rgb(92,212,110); }
H1.HeaderClassName
{
color: #5CD46E;
}
.AnyTagClassName
{
color: #5CD46E;
}
</style>
background-color css
<style>
a { background-color: #5CD46E; }
a { background-color: rgb(92,212,110); }
div.DivClassName
{
background-color: #5CD46E;
}
.BgClassName
{
background-color: #5CD46E;
}
</style>
border-color css
<style>
span { border-color: #5CD46E; }
span { border-color: rgb(92,212,110); }
td.TdClassName
{
border-color: #5CD46E;
}
.TagClassName
{
border-color: #5CD46E;
}
</style>