Shades of Emerald #5BC875
Tints of Emerald #5BC875
RGB
CMYK
RGB Variations
Color information
#5BC875 (or 0x5BC875) is known color: Emerald. HEX triplet: 5B, C8 and 75. RGB value is (91,200,117). Sum of RGB (Red+Green+Blue) = 91+200+117=408 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.30% from 408); Green value is 200 (78.52% from 255 or 49.02% from 408); Blue value is 117 (46.09% from 255 or 28.68% from 408); Max value from RGB is 200 - color contains mainly: green. Hex color #5BC875 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BC875 is #A4378A. Grayscale: #9E9E9E. Windows color (decimal): -10762123 or 7719003. OLE color: 7719003.
HSL color Cylindrical-coordinate representation of color #5BC875: hue angle of 134.31º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5BC875 is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 91 | 200 | 117 | - |
| CMYK | 0.54 | 0 | 0.42 | 0.22 |
| HSL | 134.31º | 0.5% | 0.57% | - |
| HSV(B) | 134.31º | 0.55% | 0.78% | - |
| XYZ | 28.18 | 44.82 | 23.99 | - |
| YUV | 157.95 | 104.89 | 80.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 200 | 117 | 0.54 | 0 | 0.42 | 0.22 | 134.31 | 0.5 | 0.57 |
| Hex | 5B | C8 | 75 | 36 | 0 | 2A | 16 | 86 | 32 | 39 |
| Octal | 133 | 310 | 165 | 66 | 0 | 52 | 26 | 206 | 62 | 71 |
| Binary | 1011011 | 11001000 | 1110101 | 110110 | 0 | 101010 | 10110 | 10000110 | 110010 | 111001 |
Color Harmonies of #5BC875
Complementary color
Monochromatic Colors of #5BC875
Black with #5BC875
Text Example
Text Example
White with #5BC875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC875; }
p { color: rgb(91,200,117); }
H1.HeaderClassName
{
color: #5BC875;
}
.AnyTagClassName
{
color: #5BC875;
}
</style>
background-color css
<style>
a { background-color: #5BC875; }
a { background-color: rgb(91,200,117); }
div.DivClassName
{
background-color: #5BC875;
}
.BgClassName
{
background-color: #5BC875;
}
</style>
border-color css
<style>
span { border-color: #5BC875; }
span { border-color: rgb(91,200,117); }
td.TdClassName
{
border-color: #5BC875;
}
.TagClassName
{
border-color: #5BC875;
}
</style>