Shades of Emerald #5CDA7D
Tints of Emerald #5CDA7D
RGB
CMYK
RGB Variations
Color information
#5CDA7D (or 0x5CDA7D) is known color: Emerald. HEX triplet: 5C, DA and 7D. RGB value is (92,218,125). Sum of RGB (Red+Green+Blue) = 92+218+125=435 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.15% from 435); Green value is 218 (85.55% from 255 or 50.11% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 218 - color contains mainly: green. Hex color #5CDA7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CDA7D is #A32582. Grayscale: #A9A9A9. Windows color (decimal): -10691971 or 8247900. OLE color: 8247900.
HSL color Cylindrical-coordinate representation of color #5CDA7D: hue angle of 135.71º 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 #5CDA7D is Cyan = 0.58, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 92 | 218 | 125 | - |
| CMYK | 0.58 | 0 | 0.43 | 0.15 |
| HSL | 135.71º | 0.63% | 0.61% | - |
| HSV(B) | 135.71º | 0.58% | 0.85% | - |
| XYZ | 33.19 | 53.9 | 28.06 | - |
| YUV | 169.72 | 102.76 | 72.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 218 | 125 | 0.58 | 0 | 0.43 | 0.15 | 135.71 | 0.63 | 0.61 |
| Hex | 5C | DA | 7D | 3A | 0 | 2B | F | 88 | 3F | 3D |
| Octal | 134 | 332 | 175 | 72 | 0 | 53 | 17 | 210 | 77 | 75 |
| Binary | 1011100 | 11011010 | 1111101 | 111010 | 0 | 101011 | 1111 | 10001000 | 111111 | 111101 |
Color Harmonies of #5CDA7D
Complementary color
Monochromatic Colors of #5CDA7D
Black with #5CDA7D
Text Example
Text Example
White with #5CDA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDA7D; }
p { color: rgb(92,218,125); }
H1.HeaderClassName
{
color: #5CDA7D;
}
.AnyTagClassName
{
color: #5CDA7D;
}
</style>
background-color css
<style>
a { background-color: #5CDA7D; }
a { background-color: rgb(92,218,125); }
div.DivClassName
{
background-color: #5CDA7D;
}
.BgClassName
{
background-color: #5CDA7D;
}
</style>
border-color css
<style>
span { border-color: #5CDA7D; }
span { border-color: rgb(92,218,125); }
td.TdClassName
{
border-color: #5CDA7D;
}
.TagClassName
{
border-color: #5CDA7D;
}
</style>