Shades of Emerald #5CCC71
Tints of Emerald #5CCC71
RGB
CMYK
RGB Variations
Color information
#5CCC71 (or 0x5CCC71) is known color: Emerald. HEX triplet: 5C, CC and 71. RGB value is (92,204,113). Sum of RGB (Red+Green+Blue) = 92+204+113=409 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.49% from 409); Green value is 204 (80.08% from 255 or 49.88% from 409); Blue value is 113 (44.53% from 255 or 27.63% from 409); Max value from RGB is 204 - color contains mainly: green. Hex color #5CCC71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CCC71 is #A3338E. Grayscale: #A0A0A0. Windows color (decimal): -10695567 or 7457884. OLE color: 7457884.
HSL color Cylindrical-coordinate representation of color #5CCC71: hue angle of 131.25º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5CCC71 is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 92 | 204 | 113 | - |
| CMYK | 0.55 | 0 | 0.45 | 0.2 |
| HSL | 131.25º | 0.52% | 0.58% | - |
| HSV(B) | 131.25º | 0.55% | 0.8% | - |
| XYZ | 28.99 | 46.65 | 23.1 | - |
| YUV | 160.14 | 101.39 | 79.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 204 | 113 | 0.55 | 0 | 0.45 | 0.2 | 131.25 | 0.52 | 0.58 |
| Hex | 5C | CC | 71 | 37 | 0 | 2D | 14 | 83 | 34 | 3A |
| Octal | 134 | 314 | 161 | 67 | 0 | 55 | 24 | 203 | 64 | 72 |
| Binary | 1011100 | 11001100 | 1110001 | 110111 | 0 | 101101 | 10100 | 10000011 | 110100 | 111010 |
Color Harmonies of #5CCC71
Complementary color
Monochromatic Colors of #5CCC71
Black with #5CCC71
Text Example
Text Example
White with #5CCC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCC71; }
p { color: rgb(92,204,113); }
H1.HeaderClassName
{
color: #5CCC71;
}
.AnyTagClassName
{
color: #5CCC71;
}
</style>
background-color css
<style>
a { background-color: #5CCC71; }
a { background-color: rgb(92,204,113); }
div.DivClassName
{
background-color: #5CCC71;
}
.BgClassName
{
background-color: #5CCC71;
}
</style>
border-color css
<style>
span { border-color: #5CCC71; }
span { border-color: rgb(92,204,113); }
td.TdClassName
{
border-color: #5CCC71;
}
.TagClassName
{
border-color: #5CCC71;
}
</style>