Shades of Emerald #5CD575
Tints of Emerald #5CD575
RGB
CMYK
RGB Variations
Color information
#5CD575 (or 0x5CD575) is known color: Emerald. HEX triplet: 5C, D5 and 75. RGB value is (92,213,117). Sum of RGB (Red+Green+Blue) = 92+213+117=422 (55% of max value = 765). Red value is 92 (36.33% from 255 or 21.80% from 422); Green value is 213 (83.59% from 255 or 50.47% from 422); Blue value is 117 (46.09% from 255 or 27.73% from 422); Max value from RGB is 213 - color contains mainly: green. Hex color #5CD575 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CD575 is #A32A8A. Grayscale: #A6A6A6. Windows color (decimal): -10693259 or 7722332. OLE color: 7722332.
HSL color Cylindrical-coordinate representation of color #5CD575: hue angle of 132.4º 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 #5CD575 is Cyan = 0.57, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 92 | 213 | 117 | - |
| CMYK | 0.57 | 0 | 0.45 | 0.16 |
| HSL | 132.4º | 0.59% | 0.6% | - |
| HSV(B) | 132.4º | 0.57% | 0.84% | - |
| XYZ | 31.42 | 51.15 | 25.05 | - |
| YUV | 165.88 | 100.41 | 75.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 213 | 117 | 0.57 | 0 | 0.45 | 0.16 | 132.4 | 0.59 | 0.6 |
| Hex | 5C | D5 | 75 | 39 | 0 | 2D | 10 | 84 | 3B | 3C |
| Octal | 134 | 325 | 165 | 71 | 0 | 55 | 20 | 204 | 73 | 74 |
| Binary | 1011100 | 11010101 | 1110101 | 111001 | 0 | 101101 | 10000 | 10000100 | 111011 | 111100 |
Color Harmonies of #5CD575
Complementary color
Monochromatic Colors of #5CD575
Black with #5CD575
Text Example
Text Example
White with #5CD575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CD575; }
p { color: rgb(92,213,117); }
H1.HeaderClassName
{
color: #5CD575;
}
.AnyTagClassName
{
color: #5CD575;
}
</style>
background-color css
<style>
a { background-color: #5CD575; }
a { background-color: rgb(92,213,117); }
div.DivClassName
{
background-color: #5CD575;
}
.BgClassName
{
background-color: #5CD575;
}
</style>
border-color css
<style>
span { border-color: #5CD575; }
span { border-color: rgb(92,213,117); }
td.TdClassName
{
border-color: #5CD575;
}
.TagClassName
{
border-color: #5CD575;
}
</style>