Shades of Emerald #5BD47F
Tints of Emerald #5BD47F
RGB
CMYK
RGB Variations
Color information
#5BD47F (or 0x5BD47F) is known color: Emerald. HEX triplet: 5B, D4 and 7F. RGB value is (91,212,127). Sum of RGB (Red+Green+Blue) = 91+212+127=430 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.16% from 430); Green value is 212 (83.20% from 255 or 49.30% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 212 - color contains mainly: green. Hex color #5BD47F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BD47F is #A42B80. Grayscale: #A6A6A6. Windows color (decimal): -10759041 or 8377435. OLE color: 8377435.
HSL color Cylindrical-coordinate representation of color #5BD47F: hue angle of 137.85º 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 #5BD47F is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 91 | 212 | 127 | - |
| CMYK | 0.57 | 0 | 0.40 | 0.17 |
| HSL | 137.85º | 0.58% | 0.59% | - |
| HSV(B) | 137.85º | 0.57% | 0.83% | - |
| XYZ | 31.69 | 50.84 | 28.22 | - |
| YUV | 166.13 | 105.91 | 74.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 212 | 127 | 0.57 | 0 | 0.40 | 0.17 | 137.85 | 0.58 | 0.59 |
| Hex | 5B | D4 | 7F | 39 | 0 | 28 | 11 | 8A | 3A | 3B |
| Octal | 133 | 324 | 177 | 71 | 0 | 50 | 21 | 212 | 72 | 73 |
| Binary | 1011011 | 11010100 | 1111111 | 111001 | 0 | 101000 | 10001 | 10001010 | 111010 | 111011 |
Color Harmonies of #5BD47F
Complementary color
Monochromatic Colors of #5BD47F
Black with #5BD47F
Text Example
Text Example
White with #5BD47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD47F; }
p { color: rgb(91,212,127); }
H1.HeaderClassName
{
color: #5BD47F;
}
.AnyTagClassName
{
color: #5BD47F;
}
</style>
background-color css
<style>
a { background-color: #5BD47F; }
a { background-color: rgb(91,212,127); }
div.DivClassName
{
background-color: #5BD47F;
}
.BgClassName
{
background-color: #5BD47F;
}
</style>
border-color css
<style>
span { border-color: #5BD47F; }
span { border-color: rgb(91,212,127); }
td.TdClassName
{
border-color: #5BD47F;
}
.TagClassName
{
border-color: #5BD47F;
}
</style>