Shades of Emerald #5CD275
Tints of Emerald #5CD275
RGB
CMYK
RGB Variations
Color information
#5CD275 (or 0x5CD275) is known color: Emerald. HEX triplet: 5C, D2 and 75. RGB value is (92,210,117). Sum of RGB (Red+Green+Blue) = 92+210+117=419 (55% of max value = 765). Red value is 92 (36.33% from 255 or 21.96% from 419); Green value is 210 (82.42% from 255 or 50.12% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 210 - color contains mainly: green. Hex color #5CD275 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CD275 is #A32D8A. Grayscale: #A4A4A4. Windows color (decimal): -10694027 or 7721564. OLE color: 7721564.
HSL color Cylindrical-coordinate representation of color #5CD275: hue angle of 132.71º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5CD275 is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 92 | 210 | 117 | - |
| CMYK | 0.56 | 0 | 0.44 | 0.18 |
| HSL | 132.71º | 0.57% | 0.59% | - |
| HSV(B) | 132.71º | 0.56% | 0.82% | - |
| XYZ | 30.67 | 49.65 | 24.8 | - |
| YUV | 164.12 | 101.41 | 76.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 210 | 117 | 0.56 | 0 | 0.44 | 0.18 | 132.71 | 0.57 | 0.59 |
| Hex | 5C | D2 | 75 | 38 | 0 | 2C | 12 | 85 | 39 | 3B |
| Octal | 134 | 322 | 165 | 70 | 0 | 54 | 22 | 205 | 71 | 73 |
| Binary | 1011100 | 11010010 | 1110101 | 111000 | 0 | 101100 | 10010 | 10000101 | 111001 | 111011 |
Color Harmonies of #5CD275
Complementary color
Monochromatic Colors of #5CD275
Black with #5CD275
Text Example
Text Example
White with #5CD275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CD275; }
p { color: rgb(92,210,117); }
H1.HeaderClassName
{
color: #5CD275;
}
.AnyTagClassName
{
color: #5CD275;
}
</style>
background-color css
<style>
a { background-color: #5CD275; }
a { background-color: rgb(92,210,117); }
div.DivClassName
{
background-color: #5CD275;
}
.BgClassName
{
background-color: #5CD275;
}
</style>
border-color css
<style>
span { border-color: #5CD275; }
span { border-color: rgb(92,210,117); }
td.TdClassName
{
border-color: #5CD275;
}
.TagClassName
{
border-color: #5CD275;
}
</style>