Shades of Emerald #5CD57D
Tints of Emerald #5CD57D
RGB
CMYK
RGB Variations
Color information
#5CD57D (or 0x5CD57D) is known color: Emerald. HEX triplet: 5C, D5 and 7D. RGB value is (92,213,125). Sum of RGB (Red+Green+Blue) = 92+213+125=430 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.40% from 430); Green value is 213 (83.59% from 255 or 49.53% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 213 - color contains mainly: green. Hex color #5CD57D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CD57D is #A32A82. Grayscale: #A7A7A7. Windows color (decimal): -10693251 or 8246620. OLE color: 8246620.
HSL color Cylindrical-coordinate representation of color #5CD57D: hue angle of 136.36º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5CD57D is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 92 | 213 | 125 | - |
| CMYK | 0.57 | 0 | 0.41 | 0.16 |
| HSL | 136.36º | 0.59% | 0.6% | - |
| HSV(B) | 136.36º | 0.57% | 0.84% | - |
| XYZ | 31.91 | 51.34 | 27.63 | - |
| YUV | 166.79 | 104.41 | 74.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 213 | 125 | 0.57 | 0 | 0.41 | 0.16 | 136.36 | 0.59 | 0.6 |
| Hex | 5C | D5 | 7D | 39 | 0 | 29 | 10 | 88 | 3B | 3C |
| Octal | 134 | 325 | 175 | 71 | 0 | 51 | 20 | 210 | 73 | 74 |
| Binary | 1011100 | 11010101 | 1111101 | 111001 | 0 | 101001 | 10000 | 10001000 | 111011 | 111100 |
Color Harmonies of #5CD57D
Complementary color
Monochromatic Colors of #5CD57D
Black with #5CD57D
Text Example
Text Example
White with #5CD57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CD57D; }
p { color: rgb(92,213,125); }
H1.HeaderClassName
{
color: #5CD57D;
}
.AnyTagClassName
{
color: #5CD57D;
}
</style>
background-color css
<style>
a { background-color: #5CD57D; }
a { background-color: rgb(92,213,125); }
div.DivClassName
{
background-color: #5CD57D;
}
.BgClassName
{
background-color: #5CD57D;
}
</style>
border-color css
<style>
span { border-color: #5CD57D; }
span { border-color: rgb(92,213,125); }
td.TdClassName
{
border-color: #5CD57D;
}
.TagClassName
{
border-color: #5CD57D;
}
</style>