Shades of Emerald #5CD376
Tints of Emerald #5CD376
RGB
CMYK
RGB Variations
Color information
#5CD376 (or 0x5CD376) is known color: Emerald. HEX triplet: 5C, D3 and 76. RGB value is (92,211,118). Sum of RGB (Red+Green+Blue) = 92+211+118=421 (55% of max value = 765). Red value is 92 (36.33% from 255 or 21.85% from 421); Green value is 211 (82.81% from 255 or 50.12% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 211 - color contains mainly: green. Hex color #5CD376 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CD376 is #A32C89. Grayscale: #A5A5A5. Windows color (decimal): -10693770 or 7787356. OLE color: 7787356.
HSL color Cylindrical-coordinate representation of color #5CD376: hue angle of 133.11º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5CD376 is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 92 | 211 | 118 | - |
| CMYK | 0.56 | 0 | 0.44 | 0.17 |
| HSL | 133.11º | 0.57% | 0.59% | - |
| HSV(B) | 133.11º | 0.56% | 0.83% | - |
| XYZ | 30.98 | 50.17 | 25.19 | - |
| YUV | 164.82 | 101.58 | 76.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 211 | 118 | 0.56 | 0 | 0.44 | 0.17 | 133.11 | 0.57 | 0.59 |
| Hex | 5C | D3 | 76 | 38 | 0 | 2C | 11 | 85 | 39 | 3B |
| Octal | 134 | 323 | 166 | 70 | 0 | 54 | 21 | 205 | 71 | 73 |
| Binary | 1011100 | 11010011 | 1110110 | 111000 | 0 | 101100 | 10001 | 10000101 | 111001 | 111011 |
Color Harmonies of #5CD376
Complementary color
Monochromatic Colors of #5CD376
Black with #5CD376
Text Example
Text Example
White with #5CD376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CD376; }
p { color: rgb(92,211,118); }
H1.HeaderClassName
{
color: #5CD376;
}
.AnyTagClassName
{
color: #5CD376;
}
</style>
background-color css
<style>
a { background-color: #5CD376; }
a { background-color: rgb(92,211,118); }
div.DivClassName
{
background-color: #5CD376;
}
.BgClassName
{
background-color: #5CD376;
}
</style>
border-color css
<style>
span { border-color: #5CD376; }
span { border-color: rgb(92,211,118); }
td.TdClassName
{
border-color: #5CD376;
}
.TagClassName
{
border-color: #5CD376;
}
</style>