Shades of Emerald #5CCC76
Tints of Emerald #5CCC76
RGB
CMYK
RGB Variations
Color information
#5CCC76 (or 0x5CCC76) is known color: Emerald. HEX triplet: 5C, CC and 76. RGB value is (92,204,118). Sum of RGB (Red+Green+Blue) = 92+204+118=414 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.22% from 414); Green value is 204 (80.08% from 255 or 49.28% from 414); Blue value is 118 (46.48% from 255 or 28.50% from 414); Max value from RGB is 204 - color contains mainly: green. Hex color #5CCC76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CCC76 is #A33389. Grayscale: #A0A0A0. Windows color (decimal): -10695562 or 7785564. OLE color: 7785564.
HSL color Cylindrical-coordinate representation of color #5CCC76: hue angle of 133.93º 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 #5CCC76 is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 92 | 204 | 118 | - |
| CMYK | 0.55 | 0 | 0.42 | 0.2 |
| HSL | 133.93º | 0.52% | 0.58% | - |
| HSV(B) | 133.93º | 0.55% | 0.8% | - |
| XYZ | 29.28 | 46.77 | 24.62 | - |
| YUV | 160.71 | 103.89 | 78.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 204 | 118 | 0.55 | 0 | 0.42 | 0.2 | 133.93 | 0.52 | 0.58 |
| Hex | 5C | CC | 76 | 37 | 0 | 2A | 14 | 86 | 34 | 3A |
| Octal | 134 | 314 | 166 | 67 | 0 | 52 | 24 | 206 | 64 | 72 |
| Binary | 1011100 | 11001100 | 1110110 | 110111 | 0 | 101010 | 10100 | 10000110 | 110100 | 111010 |
Color Harmonies of #5CCC76
Complementary color
Monochromatic Colors of #5CCC76
Black with #5CCC76
Text Example
Text Example
White with #5CCC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCC76; }
p { color: rgb(92,204,118); }
H1.HeaderClassName
{
color: #5CCC76;
}
.AnyTagClassName
{
color: #5CCC76;
}
</style>
background-color css
<style>
a { background-color: #5CCC76; }
a { background-color: rgb(92,204,118); }
div.DivClassName
{
background-color: #5CCC76;
}
.BgClassName
{
background-color: #5CCC76;
}
</style>
border-color css
<style>
span { border-color: #5CCC76; }
span { border-color: rgb(92,204,118); }
td.TdClassName
{
border-color: #5CCC76;
}
.TagClassName
{
border-color: #5CCC76;
}
</style>