Shades of Emerald #5BDF86
Tints of Emerald #5BDF86
RGB
CMYK
RGB Variations
Color information
#5BDF86 (or 0x5BDF86) is known color: Emerald. HEX triplet: 5B, DF and 86. RGB value is (91,223,134). Sum of RGB (Red+Green+Blue) = 91+223+134=448 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.31% from 448); Green value is 223 (87.5% from 255 or 49.78% from 448); Blue value is 134 (52.73% from 255 or 29.91% from 448); Max value from RGB is 223 - color contains mainly: green. Hex color #5BDF86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BDF86 is #A42079. Grayscale: #ADADAD. Windows color (decimal): -10756218 or 8839003. OLE color: 8839003.
HSL color Cylindrical-coordinate representation of color #5BDF86: hue angle of 139.55º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BDF86 is Cyan = 0.59, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 223 | 134 | - |
| CMYK | 0.59 | 0 | 0.40 | 0.13 |
| HSL | 139.55º | 0.67% | 0.62% | - |
| HSV(B) | 139.55º | 0.59% | 0.87% | - |
| XYZ | 35.01 | 56.72 | 31.66 | - |
| YUV | 173.39 | 105.77 | 69.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 223 | 134 | 0.59 | 0 | 0.40 | 0.13 | 139.55 | 0.67 | 0.62 |
| Hex | 5B | DF | 86 | 3B | 0 | 28 | D | 8C | 43 | 3E |
| Octal | 133 | 337 | 206 | 73 | 0 | 50 | 15 | 214 | 103 | 76 |
| Binary | 1011011 | 11011111 | 10000110 | 111011 | 0 | 101000 | 1101 | 10001100 | 1000011 | 111110 |
Color Harmonies of #5BDF86
Complementary color
Monochromatic Colors of #5BDF86
Black with #5BDF86
Text Example
Text Example
White with #5BDF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDF86; }
p { color: rgb(91,223,134); }
H1.HeaderClassName
{
color: #5BDF86;
}
.AnyTagClassName
{
color: #5BDF86;
}
</style>
background-color css
<style>
a { background-color: #5BDF86; }
a { background-color: rgb(91,223,134); }
div.DivClassName
{
background-color: #5BDF86;
}
.BgClassName
{
background-color: #5BDF86;
}
</style>
border-color css
<style>
span { border-color: #5BDF86; }
span { border-color: rgb(91,223,134); }
td.TdClassName
{
border-color: #5BDF86;
}
.TagClassName
{
border-color: #5BDF86;
}
</style>