Shades of Emerald #5BC47B
Tints of Emerald #5BC47B
RGB
CMYK
RGB Variations
Color information
#5BC47B (or 0x5BC47B) is known color: Emerald. HEX triplet: 5B, C4 and 7B. RGB value is (91,196,123). Sum of RGB (Red+Green+Blue) = 91+196+123=410 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.20% from 410); Green value is 196 (76.95% from 255 or 47.80% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 196 - color contains mainly: green. Hex color #5BC47B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BC47B is #A43B84. Grayscale: #9C9C9C. Windows color (decimal): -10763141 or 8111195. OLE color: 8111195.
HSL color Cylindrical-coordinate representation of color #5BC47B: hue angle of 138.29º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5BC47B is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 91 | 196 | 123 | - |
| CMYK | 0.54 | 0 | 0.37 | 0.23 |
| HSL | 138.29º | 0.47% | 0.56% | - |
| HSV(B) | 138.29º | 0.54% | 0.77% | - |
| XYZ | 27.63 | 43.13 | 25.61 | - |
| YUV | 156.28 | 109.21 | 81.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 196 | 123 | 0.54 | 0 | 0.37 | 0.23 | 138.29 | 0.47 | 0.56 |
| Hex | 5B | C4 | 7B | 36 | 0 | 25 | 17 | 8A | 2F | 38 |
| Octal | 133 | 304 | 173 | 66 | 0 | 45 | 27 | 212 | 57 | 70 |
| Binary | 1011011 | 11000100 | 1111011 | 110110 | 0 | 100101 | 10111 | 10001010 | 101111 | 111000 |
Color Harmonies of #5BC47B
Complementary color
Monochromatic Colors of #5BC47B
Black with #5BC47B
Text Example
Text Example
White with #5BC47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC47B; }
p { color: rgb(91,196,123); }
H1.HeaderClassName
{
color: #5BC47B;
}
.AnyTagClassName
{
color: #5BC47B;
}
</style>
background-color css
<style>
a { background-color: #5BC47B; }
a { background-color: rgb(91,196,123); }
div.DivClassName
{
background-color: #5BC47B;
}
.BgClassName
{
background-color: #5BC47B;
}
</style>
border-color css
<style>
span { border-color: #5BC47B; }
span { border-color: rgb(91,196,123); }
td.TdClassName
{
border-color: #5BC47B;
}
.TagClassName
{
border-color: #5BC47B;
}
</style>