Shades of Emerald #5BD470
Tints of Emerald #5BD470
RGB
CMYK
RGB Variations
Color information
#5BD470 (or 0x5BD470) is known color: Emerald. HEX triplet: 5B, D4 and 70. RGB value is (91,212,112). Sum of RGB (Red+Green+Blue) = 91+212+112=415 (54% of max value = 765). Red value is 91 (35.94% from 255 or 21.93% from 415); Green value is 212 (83.20% from 255 or 51.08% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 212 - color contains mainly: green. Hex color #5BD470 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BD470 is #A42B8F. Grayscale: #A4A4A4. Windows color (decimal): -10759056 or 7394395. OLE color: 7394395.
HSL color Cylindrical-coordinate representation of color #5BD470: hue angle of 130.41º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5BD470 is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 91 | 212 | 112 | - |
| CMYK | 0.57 | 0 | 0.47 | 0.17 |
| HSL | 130.41º | 0.58% | 0.59% | - |
| HSV(B) | 130.41º | 0.57% | 0.83% | - |
| XYZ | 30.78 | 50.48 | 23.45 | - |
| YUV | 164.42 | 98.41 | 75.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 212 | 112 | 0.57 | 0 | 0.47 | 0.17 | 130.41 | 0.58 | 0.59 |
| Hex | 5B | D4 | 70 | 39 | 0 | 2F | 11 | 82 | 3A | 3B |
| Octal | 133 | 324 | 160 | 71 | 0 | 57 | 21 | 202 | 72 | 73 |
| Binary | 1011011 | 11010100 | 1110000 | 111001 | 0 | 101111 | 10001 | 10000010 | 111010 | 111011 |
Color Harmonies of #5BD470
Complementary color
Monochromatic Colors of #5BD470
Black with #5BD470
Text Example
Text Example
White with #5BD470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD470; }
p { color: rgb(91,212,112); }
H1.HeaderClassName
{
color: #5BD470;
}
.AnyTagClassName
{
color: #5BD470;
}
</style>
background-color css
<style>
a { background-color: #5BD470; }
a { background-color: rgb(91,212,112); }
div.DivClassName
{
background-color: #5BD470;
}
.BgClassName
{
background-color: #5BD470;
}
</style>
border-color css
<style>
span { border-color: #5BD470; }
span { border-color: rgb(91,212,112); }
td.TdClassName
{
border-color: #5BD470;
}
.TagClassName
{
border-color: #5BD470;
}
</style>