Shades of Emerald #5CC675
Tints of Emerald #5CC675
RGB
CMYK
RGB Variations
Color information
#5CC675 (or 0x5CC675) is known color: Emerald. HEX triplet: 5C, C6 and 75. RGB value is (92,198,117). Sum of RGB (Red+Green+Blue) = 92+198+117=407 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.60% from 407); Green value is 198 (77.73% from 255 or 48.65% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 198 - color contains mainly: green. Hex color #5CC675 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CC675 is #A3398A. Grayscale: #9D9D9D. Windows color (decimal): -10697099 or 7718492. OLE color: 7718492.
HSL color Cylindrical-coordinate representation of color #5CC675: hue angle of 134.15º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5CC675 is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 92 | 198 | 117 | - |
| CMYK | 0.54 | 0 | 0.41 | 0.22 |
| HSL | 134.15º | 0.48% | 0.57% | - |
| HSV(B) | 134.15º | 0.54% | 0.78% | - |
| XYZ | 27.82 | 43.95 | 23.85 | - |
| YUV | 157.07 | 105.38 | 81.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 198 | 117 | 0.54 | 0 | 0.41 | 0.22 | 134.15 | 0.48 | 0.57 |
| Hex | 5C | C6 | 75 | 36 | 0 | 29 | 16 | 86 | 30 | 39 |
| Octal | 134 | 306 | 165 | 66 | 0 | 51 | 26 | 206 | 60 | 71 |
| Binary | 1011100 | 11000110 | 1110101 | 110110 | 0 | 101001 | 10110 | 10000110 | 110000 | 111001 |
Color Harmonies of #5CC675
Complementary color
Monochromatic Colors of #5CC675
Black with #5CC675
Text Example
Text Example
White with #5CC675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC675; }
p { color: rgb(92,198,117); }
H1.HeaderClassName
{
color: #5CC675;
}
.AnyTagClassName
{
color: #5CC675;
}
</style>
background-color css
<style>
a { background-color: #5CC675; }
a { background-color: rgb(92,198,117); }
div.DivClassName
{
background-color: #5CC675;
}
.BgClassName
{
background-color: #5CC675;
}
</style>
border-color css
<style>
span { border-color: #5CC675; }
span { border-color: rgb(92,198,117); }
td.TdClassName
{
border-color: #5CC675;
}
.TagClassName
{
border-color: #5CC675;
}
</style>