Shades of Emerald #5BC483
Tints of Emerald #5BC483
RGB
CMYK
RGB Variations
Color information
#5BC483 (or 0x5BC483) is known color: Emerald. HEX triplet: 5B, C4 and 83. RGB value is (91,196,131). Sum of RGB (Red+Green+Blue) = 91+196+131=418 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.77% from 418); Green value is 196 (76.95% from 255 or 46.89% from 418); Blue value is 131 (51.56% from 255 or 31.34% from 418); Max value from RGB is 196 - color contains mainly: green. Hex color #5BC483 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BC483 is #A43B7C. Grayscale: #9D9D9D. Windows color (decimal): -10763133 or 8635483. OLE color: 8635483.
HSL color Cylindrical-coordinate representation of color #5BC483: hue angle of 142.86º 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 #5BC483 is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 91 | 196 | 131 | - |
| CMYK | 0.54 | 0 | 0.33 | 0.23 |
| HSL | 142.86º | 0.47% | 0.56% | - |
| HSV(B) | 142.86º | 0.54% | 0.77% | - |
| XYZ | 28.15 | 43.34 | 28.36 | - |
| YUV | 157.2 | 113.21 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 196 | 131 | 0.54 | 0 | 0.33 | 0.23 | 142.86 | 0.47 | 0.56 |
| Hex | 5B | C4 | 83 | 36 | 0 | 21 | 17 | 8F | 2F | 38 |
| Octal | 133 | 304 | 203 | 66 | 0 | 41 | 27 | 217 | 57 | 70 |
| Binary | 1011011 | 11000100 | 10000011 | 110110 | 0 | 100001 | 10111 | 10001111 | 101111 | 111000 |
Color Harmonies of #5BC483
Complementary color
Monochromatic Colors of #5BC483
Black with #5BC483
Text Example
Text Example
White with #5BC483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC483; }
p { color: rgb(91,196,131); }
H1.HeaderClassName
{
color: #5BC483;
}
.AnyTagClassName
{
color: #5BC483;
}
</style>
background-color css
<style>
a { background-color: #5BC483; }
a { background-color: rgb(91,196,131); }
div.DivClassName
{
background-color: #5BC483;
}
.BgClassName
{
background-color: #5BC483;
}
</style>
border-color css
<style>
span { border-color: #5BC483; }
span { border-color: rgb(91,196,131); }
td.TdClassName
{
border-color: #5BC483;
}
.TagClassName
{
border-color: #5BC483;
}
</style>