Shades of Emerald #5BC372
Tints of Emerald #5BC372
RGB
CMYK
RGB Variations
Color information
#5BC372 (or 0x5BC372) is known color: Emerald. HEX triplet: 5B, C3 and 72. RGB value is (91,195,114). Sum of RGB (Red+Green+Blue) = 91+195+114=400 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.75% from 400); Green value is 195 (76.56% from 255 or 48.75% from 400); Blue value is 114 (44.92% from 255 or 28.5% from 400); Max value from RGB is 195 - color contains mainly: green. Hex color #5BC372 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BC372 is #A43C8D. Grayscale: #9A9A9A. Windows color (decimal): -10763406 or 7521115. OLE color: 7521115.
HSL color Cylindrical-coordinate representation of color #5BC372: hue angle of 133.27º 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 #5BC372 is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 91 | 195 | 114 | - |
| CMYK | 0.53 | 0 | 0.42 | 0.24 |
| HSL | 133.27º | 0.46% | 0.56% | - |
| HSV(B) | 133.27º | 0.53% | 0.76% | - |
| XYZ | 26.87 | 42.47 | 22.7 | - |
| YUV | 154.67 | 105.04 | 82.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 195 | 114 | 0.53 | 0 | 0.42 | 0.24 | 133.27 | 0.46 | 0.56 |
| Hex | 5B | C3 | 72 | 35 | 0 | 2A | 18 | 85 | 2E | 38 |
| Octal | 133 | 303 | 162 | 65 | 0 | 52 | 30 | 205 | 56 | 70 |
| Binary | 1011011 | 11000011 | 1110010 | 110101 | 0 | 101010 | 11000 | 10000101 | 101110 | 111000 |
Color Harmonies of #5BC372
Complementary color
Monochromatic Colors of #5BC372
Black with #5BC372
Text Example
Text Example
White with #5BC372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC372; }
p { color: rgb(91,195,114); }
H1.HeaderClassName
{
color: #5BC372;
}
.AnyTagClassName
{
color: #5BC372;
}
</style>
background-color css
<style>
a { background-color: #5BC372; }
a { background-color: rgb(91,195,114); }
div.DivClassName
{
background-color: #5BC372;
}
.BgClassName
{
background-color: #5BC372;
}
</style>
border-color css
<style>
span { border-color: #5BC372; }
span { border-color: rgb(91,195,114); }
td.TdClassName
{
border-color: #5BC372;
}
.TagClassName
{
border-color: #5BC372;
}
</style>