Shades of Emerald #5BC376
Tints of Emerald #5BC376
RGB
CMYK
RGB Variations
Color information
#5BC376 (or 0x5BC376) is known color: Emerald. HEX triplet: 5B, C3 and 76. RGB value is (91,195,118). Sum of RGB (Red+Green+Blue) = 91+195+118=404 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.52% from 404); Green value is 195 (76.56% from 255 or 48.27% from 404); Blue value is 118 (46.48% from 255 or 29.21% from 404); Max value from RGB is 195 - color contains mainly: green. Hex color #5BC376 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BC376 is #A43C89. Grayscale: #9B9B9B. Windows color (decimal): -10763402 or 7783259. OLE color: 7783259.
HSL color Cylindrical-coordinate representation of color #5BC376: hue angle of 135.58º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5BC376 is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 91 | 195 | 118 | - |
| CMYK | 0.53 | 0 | 0.39 | 0.24 |
| HSL | 135.58º | 0.46% | 0.56% | - |
| HSV(B) | 135.58º | 0.53% | 0.76% | - |
| XYZ | 27.1 | 42.56 | 23.93 | - |
| YUV | 155.13 | 107.04 | 82.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 195 | 118 | 0.53 | 0 | 0.39 | 0.24 | 135.58 | 0.46 | 0.56 |
| Hex | 5B | C3 | 76 | 35 | 0 | 27 | 18 | 88 | 2E | 38 |
| Octal | 133 | 303 | 166 | 65 | 0 | 47 | 30 | 210 | 56 | 70 |
| Binary | 1011011 | 11000011 | 1110110 | 110101 | 0 | 100111 | 11000 | 10001000 | 101110 | 111000 |
Color Harmonies of #5BC376
Complementary color
Monochromatic Colors of #5BC376
Black with #5BC376
Text Example
Text Example
White with #5BC376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC376; }
p { color: rgb(91,195,118); }
H1.HeaderClassName
{
color: #5BC376;
}
.AnyTagClassName
{
color: #5BC376;
}
</style>
background-color css
<style>
a { background-color: #5BC376; }
a { background-color: rgb(91,195,118); }
div.DivClassName
{
background-color: #5BC376;
}
.BgClassName
{
background-color: #5BC376;
}
</style>
border-color css
<style>
span { border-color: #5BC376; }
span { border-color: rgb(91,195,118); }
td.TdClassName
{
border-color: #5BC376;
}
.TagClassName
{
border-color: #5BC376;
}
</style>