Shades of Emerald #5CC175
Tints of Emerald #5CC175
RGB
CMYK
RGB Variations
Color information
#5CC175 (or 0x5CC175) is known color: Emerald. HEX triplet: 5C, C1 and 75. RGB value is (92,193,117). Sum of RGB (Red+Green+Blue) = 92+193+117=402 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.89% from 402); Green value is 193 (75.78% from 255 or 48.01% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 193 - color contains mainly: green. Hex color #5CC175 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CC175 is #A33E8A. Grayscale: #9A9A9A. Windows color (decimal): -10698379 or 7717212. OLE color: 7717212.
HSL color Cylindrical-coordinate representation of color #5CC175: hue angle of 134.85º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5CC175 is Cyan = 0.52, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 92 | 193 | 117 | - |
| CMYK | 0.52 | 0 | 0.39 | 0.24 |
| HSL | 134.85º | 0.45% | 0.56% | - |
| HSV(B) | 134.85º | 0.52% | 0.76% | - |
| XYZ | 26.69 | 41.7 | 23.47 | - |
| YUV | 154.14 | 107.04 | 83.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 193 | 117 | 0.52 | 0 | 0.39 | 0.24 | 134.85 | 0.45 | 0.56 |
| Hex | 5C | C1 | 75 | 34 | 0 | 27 | 18 | 87 | 2D | 38 |
| Octal | 134 | 301 | 165 | 64 | 0 | 47 | 30 | 207 | 55 | 70 |
| Binary | 1011100 | 11000001 | 1110101 | 110100 | 0 | 100111 | 11000 | 10000111 | 101101 | 111000 |
Color Harmonies of #5CC175
Complementary color
Monochromatic Colors of #5CC175
Black with #5CC175
Text Example
Text Example
White with #5CC175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC175; }
p { color: rgb(92,193,117); }
H1.HeaderClassName
{
color: #5CC175;
}
.AnyTagClassName
{
color: #5CC175;
}
</style>
background-color css
<style>
a { background-color: #5CC175; }
a { background-color: rgb(92,193,117); }
div.DivClassName
{
background-color: #5CC175;
}
.BgClassName
{
background-color: #5CC175;
}
</style>
border-color css
<style>
span { border-color: #5CC175; }
span { border-color: rgb(92,193,117); }
td.TdClassName
{
border-color: #5CC175;
}
.TagClassName
{
border-color: #5CC175;
}
</style>