Shades of Emerald #5BDB78
Tints of Emerald #5BDB78
RGB
CMYK
RGB Variations
Color information
#5BDB78 (or 0x5BDB78) is known color: Emerald. HEX triplet: 5B, DB and 78. RGB value is (91,219,120). Sum of RGB (Red+Green+Blue) = 91+219+120=430 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.16% from 430); Green value is 219 (85.94% from 255 or 50.93% from 430); Blue value is 120 (47.27% from 255 or 27.91% from 430); Max value from RGB is 219 - color contains mainly: green. Hex color #5BDB78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BDB78 is #A42487. Grayscale: #A9A9A9. Windows color (decimal): -10757256 or 7920475. OLE color: 7920475.
HSL color Cylindrical-coordinate representation of color #5BDB78: hue angle of 133.59º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5BDB78 is Cyan = 0.58, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 219 | 120 | - |
| CMYK | 0.58 | 0 | 0.45 | 0.14 |
| HSL | 133.59º | 0.64% | 0.61% | - |
| HSV(B) | 133.59º | 0.58% | 0.86% | - |
| XYZ | 33.04 | 54.24 | 26.5 | - |
| YUV | 169.44 | 100.09 | 72.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 219 | 120 | 0.58 | 0 | 0.45 | 0.14 | 133.59 | 0.64 | 0.61 |
| Hex | 5B | DB | 78 | 3A | 0 | 2D | E | 86 | 40 | 3D |
| Octal | 133 | 333 | 170 | 72 | 0 | 55 | 16 | 206 | 100 | 75 |
| Binary | 1011011 | 11011011 | 1111000 | 111010 | 0 | 101101 | 1110 | 10000110 | 1000000 | 111101 |
Color Harmonies of #5BDB78
Complementary color
Monochromatic Colors of #5BDB78
Black with #5BDB78
Text Example
Text Example
White with #5BDB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDB78; }
p { color: rgb(91,219,120); }
H1.HeaderClassName
{
color: #5BDB78;
}
.AnyTagClassName
{
color: #5BDB78;
}
</style>
background-color css
<style>
a { background-color: #5BDB78; }
a { background-color: rgb(91,219,120); }
div.DivClassName
{
background-color: #5BDB78;
}
.BgClassName
{
background-color: #5BDB78;
}
</style>
border-color css
<style>
span { border-color: #5BDB78; }
span { border-color: rgb(91,219,120); }
td.TdClassName
{
border-color: #5BDB78;
}
.TagClassName
{
border-color: #5BDB78;
}
</style>