Shades of Emerald #5BC378
Tints of Emerald #5BC378
RGB
CMYK
RGB Variations
Color information
#5BC378 (or 0x5BC378) is known color: Emerald. HEX triplet: 5B, C3 and 78. RGB value is (91,195,120). Sum of RGB (Red+Green+Blue) = 91+195+120=406 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.41% from 406); Green value is 195 (76.56% from 255 or 48.03% from 406); Blue value is 120 (47.27% from 255 or 29.56% from 406); Max value from RGB is 195 - color contains mainly: green. Hex color #5BC378 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BC378 is #A43C87. Grayscale: #9B9B9B. Windows color (decimal): -10763400 or 7914331. OLE color: 7914331.
HSL color Cylindrical-coordinate representation of color #5BC378: hue angle of 136.73º 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 #5BC378 is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 91 | 195 | 120 | - |
| CMYK | 0.53 | 0 | 0.38 | 0.24 |
| HSL | 136.73º | 0.46% | 0.56% | - |
| HSV(B) | 136.73º | 0.53% | 0.76% | - |
| XYZ | 27.22 | 42.61 | 24.56 | - |
| YUV | 155.35 | 108.04 | 82.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 195 | 120 | 0.53 | 0 | 0.38 | 0.24 | 136.73 | 0.46 | 0.56 |
| Hex | 5B | C3 | 78 | 35 | 0 | 26 | 18 | 89 | 2E | 38 |
| Octal | 133 | 303 | 170 | 65 | 0 | 46 | 30 | 211 | 56 | 70 |
| Binary | 1011011 | 11000011 | 1111000 | 110101 | 0 | 100110 | 11000 | 10001001 | 101110 | 111000 |
Color Harmonies of #5BC378
Complementary color
Monochromatic Colors of #5BC378
Black with #5BC378
Text Example
Text Example
White with #5BC378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC378; }
p { color: rgb(91,195,120); }
H1.HeaderClassName
{
color: #5BC378;
}
.AnyTagClassName
{
color: #5BC378;
}
</style>
background-color css
<style>
a { background-color: #5BC378; }
a { background-color: rgb(91,195,120); }
div.DivClassName
{
background-color: #5BC378;
}
.BgClassName
{
background-color: #5BC378;
}
</style>
border-color css
<style>
span { border-color: #5BC378; }
span { border-color: rgb(91,195,120); }
td.TdClassName
{
border-color: #5BC378;
}
.TagClassName
{
border-color: #5BC378;
}
</style>