Shades of Emerald #5BC07F
Tints of Emerald #5BC07F
RGB
CMYK
RGB Variations
Color information
#5BC07F (or 0x5BC07F) is known color: Emerald. HEX triplet: 5B, C0 and 7F. RGB value is (91,192,127). Sum of RGB (Red+Green+Blue) = 91+192+127=410 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.20% from 410); Green value is 192 (75.39% from 255 or 46.83% from 410); Blue value is 127 (50% from 255 or 30.98% from 410); Max value from RGB is 192 - color contains mainly: green. Hex color #5BC07F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BC07F is #A43F80. Grayscale: #9A9A9A. Windows color (decimal): -10764161 or 8372315. OLE color: 8372315.
HSL color Cylindrical-coordinate representation of color #5BC07F: hue angle of 141.39º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5BC07F is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 91 | 192 | 127 | - |
| CMYK | 0.53 | 0 | 0.34 | 0.25 |
| HSL | 141.39º | 0.44% | 0.55% | - |
| HSV(B) | 141.39º | 0.53% | 0.75% | - |
| XYZ | 26.99 | 41.46 | 26.66 | - |
| YUV | 154.39 | 112.54 | 82.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 192 | 127 | 0.53 | 0 | 0.34 | 0.25 | 141.39 | 0.44 | 0.55 |
| Hex | 5B | C0 | 7F | 35 | 0 | 22 | 19 | 8D | 2C | 37 |
| Octal | 133 | 300 | 177 | 65 | 0 | 42 | 31 | 215 | 54 | 67 |
| Binary | 1011011 | 11000000 | 1111111 | 110101 | 0 | 100010 | 11001 | 10001101 | 101100 | 110111 |
Color Harmonies of #5BC07F
Complementary color
Monochromatic Colors of #5BC07F
Black with #5BC07F
Text Example
Text Example
White with #5BC07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC07F; }
p { color: rgb(91,192,127); }
H1.HeaderClassName
{
color: #5BC07F;
}
.AnyTagClassName
{
color: #5BC07F;
}
</style>
background-color css
<style>
a { background-color: #5BC07F; }
a { background-color: rgb(91,192,127); }
div.DivClassName
{
background-color: #5BC07F;
}
.BgClassName
{
background-color: #5BC07F;
}
</style>
border-color css
<style>
span { border-color: #5BC07F; }
span { border-color: rgb(91,192,127); }
td.TdClassName
{
border-color: #5BC07F;
}
.TagClassName
{
border-color: #5BC07F;
}
</style>