Shades of Emerald #5BC175
Tints of Emerald #5BC175
RGB
CMYK
RGB Variations
Color information
#5BC175 (or 0x5BC175) is known color: Emerald. HEX triplet: 5B, C1 and 75. RGB value is (91,193,117). Sum of RGB (Red+Green+Blue) = 91+193+117=401 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.69% from 401); Green value is 193 (75.78% from 255 or 48.13% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 193 - color contains mainly: green. Hex color #5BC175 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BC175 is #A43E8A. Grayscale: #9A9A9A. Windows color (decimal): -10763915 or 7717211. OLE color: 7717211.
HSL color Cylindrical-coordinate representation of color #5BC175: hue angle of 135.29º degrees, saturation: 0.45, 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 #5BC175 is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 91 | 193 | 117 | - |
| CMYK | 0.53 | 0 | 0.39 | 0.24 |
| HSL | 135.29º | 0.45% | 0.56% | - |
| HSV(B) | 135.29º | 0.53% | 0.76% | - |
| XYZ | 26.6 | 41.65 | 23.47 | - |
| YUV | 153.84 | 107.21 | 83.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 193 | 117 | 0.53 | 0 | 0.39 | 0.24 | 135.29 | 0.45 | 0.56 |
| Hex | 5B | C1 | 75 | 35 | 0 | 27 | 18 | 87 | 2D | 38 |
| Octal | 133 | 301 | 165 | 65 | 0 | 47 | 30 | 207 | 55 | 70 |
| Binary | 1011011 | 11000001 | 1110101 | 110101 | 0 | 100111 | 11000 | 10000111 | 101101 | 111000 |
Color Harmonies of #5BC175
Complementary color
Monochromatic Colors of #5BC175
Black with #5BC175
Text Example
Text Example
White with #5BC175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC175; }
p { color: rgb(91,193,117); }
H1.HeaderClassName
{
color: #5BC175;
}
.AnyTagClassName
{
color: #5BC175;
}
</style>
background-color css
<style>
a { background-color: #5BC175; }
a { background-color: rgb(91,193,117); }
div.DivClassName
{
background-color: #5BC175;
}
.BgClassName
{
background-color: #5BC175;
}
</style>
border-color css
<style>
span { border-color: #5BC175; }
span { border-color: rgb(91,193,117); }
td.TdClassName
{
border-color: #5BC175;
}
.TagClassName
{
border-color: #5BC175;
}
</style>