Shades of Emerald #5BC375
Tints of Emerald #5BC375
RGB
CMYK
RGB Variations
Color information
#5BC375 (or 0x5BC375) is known color: Emerald. HEX triplet: 5B, C3 and 75. RGB value is (91,195,117). Sum of RGB (Red+Green+Blue) = 91+195+117=403 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.58% from 403); Green value is 195 (76.56% from 255 or 48.39% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 195 - color contains mainly: green. Hex color #5BC375 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BC375 is #A43C8A. Grayscale: #9B9B9B. Windows color (decimal): -10763403 or 7717723. OLE color: 7717723.
HSL color Cylindrical-coordinate representation of color #5BC375: hue angle of 135º degrees, saturation: 0.46, 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 #5BC375 is Cyan = 0.53, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 91 | 195 | 117 | - |
| CMYK | 0.53 | 0 | 0.4 | 0.24 |
| HSL | 135º | 0.46% | 0.56% | - |
| HSV(B) | 135º | 0.53% | 0.76% | - |
| XYZ | 27.04 | 42.54 | 23.62 | - |
| YUV | 155.01 | 106.54 | 82.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 195 | 117 | 0.53 | 0 | 0.4 | 0.24 | 135 | 0.46 | 0.56 |
| Hex | 5B | C3 | 75 | 35 | 0 | 28 | 18 | 87 | 2E | 38 |
| Octal | 133 | 303 | 165 | 65 | 0 | 50 | 30 | 207 | 56 | 70 |
| Binary | 1011011 | 11000011 | 1110101 | 110101 | 0 | 101000 | 11000 | 10000111 | 101110 | 111000 |
Color Harmonies of #5BC375
Complementary color
Monochromatic Colors of #5BC375
Black with #5BC375
Text Example
Text Example
White with #5BC375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC375; }
p { color: rgb(91,195,117); }
H1.HeaderClassName
{
color: #5BC375;
}
.AnyTagClassName
{
color: #5BC375;
}
</style>
background-color css
<style>
a { background-color: #5BC375; }
a { background-color: rgb(91,195,117); }
div.DivClassName
{
background-color: #5BC375;
}
.BgClassName
{
background-color: #5BC375;
}
</style>
border-color css
<style>
span { border-color: #5BC375; }
span { border-color: rgb(91,195,117); }
td.TdClassName
{
border-color: #5BC375;
}
.TagClassName
{
border-color: #5BC375;
}
</style>