Shades of Emerald #5CCA76
Tints of Emerald #5CCA76
RGB
CMYK
RGB Variations
Color information
#5CCA76 (or 0x5CCA76) is known color: Emerald. HEX triplet: 5C, CA and 76. RGB value is (92,202,118). Sum of RGB (Red+Green+Blue) = 92+202+118=412 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.33% from 412); Green value is 202 (79.30% from 255 or 49.03% from 412); Blue value is 118 (46.48% from 255 or 28.64% from 412); Max value from RGB is 202 - color contains mainly: green. Hex color #5CCA76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CCA76 is #A33589. Grayscale: #9F9F9F. Windows color (decimal): -10696074 or 7785052. OLE color: 7785052.
HSL color Cylindrical-coordinate representation of color #5CCA76: hue angle of 134.18º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5CCA76 is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 92 | 202 | 118 | - |
| CMYK | 0.54 | 0 | 0.42 | 0.21 |
| HSL | 134.18º | 0.51% | 0.58% | - |
| HSV(B) | 134.18º | 0.54% | 0.79% | - |
| XYZ | 28.8 | 45.82 | 24.47 | - |
| YUV | 159.53 | 104.56 | 79.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 202 | 118 | 0.54 | 0 | 0.42 | 0.21 | 134.18 | 0.51 | 0.58 |
| Hex | 5C | CA | 76 | 36 | 0 | 2A | 15 | 86 | 33 | 3A |
| Octal | 134 | 312 | 166 | 66 | 0 | 52 | 25 | 206 | 63 | 72 |
| Binary | 1011100 | 11001010 | 1110110 | 110110 | 0 | 101010 | 10101 | 10000110 | 110011 | 111010 |
Color Harmonies of #5CCA76
Complementary color
Monochromatic Colors of #5CCA76
Black with #5CCA76
Text Example
Text Example
White with #5CCA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCA76; }
p { color: rgb(92,202,118); }
H1.HeaderClassName
{
color: #5CCA76;
}
.AnyTagClassName
{
color: #5CCA76;
}
</style>
background-color css
<style>
a { background-color: #5CCA76; }
a { background-color: rgb(92,202,118); }
div.DivClassName
{
background-color: #5CCA76;
}
.BgClassName
{
background-color: #5CCA76;
}
</style>
border-color css
<style>
span { border-color: #5CCA76; }
span { border-color: rgb(92,202,118); }
td.TdClassName
{
border-color: #5CCA76;
}
.TagClassName
{
border-color: #5CCA76;
}
</style>