Shades of Emerald #5CC076
Tints of Emerald #5CC076
RGB
CMYK
RGB Variations
Color information
#5CC076 (or 0x5CC076) is known color: Emerald. HEX triplet: 5C, C0 and 76. RGB value is (92,192,118). Sum of RGB (Red+Green+Blue) = 92+192+118=402 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.89% from 402); Green value is 192 (75.39% from 255 or 47.76% from 402); Blue value is 118 (46.48% from 255 or 29.35% from 402); Max value from RGB is 192 - color contains mainly: green. Hex color #5CC076 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CC076 is #A33F89. Grayscale: #999999. Windows color (decimal): -10698634 or 7782492. OLE color: 7782492.
HSL color Cylindrical-coordinate representation of color #5CC076: hue angle of 135.6º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5CC076 is Cyan = 0.52, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 192 | 118 | - |
| CMYK | 0.52 | 0 | 0.39 | 0.25 |
| HSL | 135.6º | 0.44% | 0.56% | - |
| HSV(B) | 135.6º | 0.52% | 0.75% | - |
| XYZ | 26.53 | 41.28 | 23.71 | - |
| YUV | 153.66 | 107.87 | 84.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 192 | 118 | 0.52 | 0 | 0.39 | 0.25 | 135.6 | 0.44 | 0.56 |
| Hex | 5C | C0 | 76 | 34 | 0 | 27 | 19 | 88 | 2C | 38 |
| Octal | 134 | 300 | 166 | 64 | 0 | 47 | 31 | 210 | 54 | 70 |
| Binary | 1011100 | 11000000 | 1110110 | 110100 | 0 | 100111 | 11001 | 10001000 | 101100 | 111000 |
Color Harmonies of #5CC076
Complementary color
Monochromatic Colors of #5CC076
Black with #5CC076
Text Example
Text Example
White with #5CC076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC076; }
p { color: rgb(92,192,118); }
H1.HeaderClassName
{
color: #5CC076;
}
.AnyTagClassName
{
color: #5CC076;
}
</style>
background-color css
<style>
a { background-color: #5CC076; }
a { background-color: rgb(92,192,118); }
div.DivClassName
{
background-color: #5CC076;
}
.BgClassName
{
background-color: #5CC076;
}
</style>
border-color css
<style>
span { border-color: #5CC076; }
span { border-color: rgb(92,192,118); }
td.TdClassName
{
border-color: #5CC076;
}
.TagClassName
{
border-color: #5CC076;
}
</style>