Shades of Emerald #5CC375
Tints of Emerald #5CC375
RGB
CMYK
RGB Variations
Color information
#5CC375 (or 0x5CC375) is known color: Emerald. HEX triplet: 5C, C3 and 75. RGB value is (92,195,117). Sum of RGB (Red+Green+Blue) = 92+195+117=404 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.77% from 404); Green value is 195 (76.56% from 255 or 48.27% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 195 - color contains mainly: green. Hex color #5CC375 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CC375 is #A33C8A. Grayscale: #9B9B9B. Windows color (decimal): -10697867 or 7717724. OLE color: 7717724.
HSL color Cylindrical-coordinate representation of color #5CC375: hue angle of 134.56º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5CC375 is Cyan = 0.53, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 92 | 195 | 117 | - |
| CMYK | 0.53 | 0 | 0.4 | 0.24 |
| HSL | 134.56º | 0.46% | 0.56% | - |
| HSV(B) | 134.56º | 0.53% | 0.76% | - |
| XYZ | 27.14 | 42.59 | 23.62 | - |
| YUV | 155.31 | 106.38 | 82.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 195 | 117 | 0.53 | 0 | 0.4 | 0.24 | 134.56 | 0.46 | 0.56 |
| Hex | 5C | C3 | 75 | 35 | 0 | 28 | 18 | 87 | 2E | 38 |
| Octal | 134 | 303 | 165 | 65 | 0 | 50 | 30 | 207 | 56 | 70 |
| Binary | 1011100 | 11000011 | 1110101 | 110101 | 0 | 101000 | 11000 | 10000111 | 101110 | 111000 |
Color Harmonies of #5CC375
Complementary color
Monochromatic Colors of #5CC375
Black with #5CC375
Text Example
Text Example
White with #5CC375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC375; }
p { color: rgb(92,195,117); }
H1.HeaderClassName
{
color: #5CC375;
}
.AnyTagClassName
{
color: #5CC375;
}
</style>
background-color css
<style>
a { background-color: #5CC375; }
a { background-color: rgb(92,195,117); }
div.DivClassName
{
background-color: #5CC375;
}
.BgClassName
{
background-color: #5CC375;
}
</style>
border-color css
<style>
span { border-color: #5CC375; }
span { border-color: rgb(92,195,117); }
td.TdClassName
{
border-color: #5CC375;
}
.TagClassName
{
border-color: #5CC375;
}
</style>