Shades of Emerald #5BED8F
Tints of Emerald #5BED8F
RGB
CMYK
RGB Variations
Color information
#5BED8F (or 0x5BED8F) is known color: Emerald. HEX triplet: 5B, ED and 8F. RGB value is (91,237,143). Sum of RGB (Red+Green+Blue) = 91+237+143=471 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.32% from 471); Green value is 237 (92.97% from 255 or 50.32% from 471); Blue value is 143 (56.25% from 255 or 30.36% from 471); Max value from RGB is 237 - color contains mainly: green. Hex color #5BED8F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BED8F is #A41270. Grayscale: #B6B6B6. Windows color (decimal): -10752625 or 9432411. OLE color: 9432411.
HSL color Cylindrical-coordinate representation of color #5BED8F: hue angle of 141.37º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BED8F is Cyan = 0.62, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 237 | 143 | - |
| CMYK | 0.62 | 0 | 0.40 | 0.07 |
| HSL | 141.37º | 0.8% | 0.64% | - |
| HSV(B) | 141.37º | 0.62% | 0.93% | - |
| XYZ | 39.56 | 64.78 | 36.4 | - |
| YUV | 182.63 | 105.63 | 62.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 237 | 143 | 0.62 | 0 | 0.40 | 0.07 | 141.37 | 0.8 | 0.64 |
| Hex | 5B | ED | 8F | 3E | 0 | 28 | 7 | 8D | 50 | 40 |
| Octal | 133 | 355 | 217 | 76 | 0 | 50 | 7 | 215 | 120 | 100 |
| Binary | 1011011 | 11101101 | 10001111 | 111110 | 0 | 101000 | 111 | 10001101 | 1010000 | 1000000 |
Color Harmonies of #5BED8F
Complementary color
Monochromatic Colors of #5BED8F
Black with #5BED8F
Text Example
Text Example
White with #5BED8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BED8F; }
p { color: rgb(91,237,143); }
H1.HeaderClassName
{
color: #5BED8F;
}
.AnyTagClassName
{
color: #5BED8F;
}
</style>
background-color css
<style>
a { background-color: #5BED8F; }
a { background-color: rgb(91,237,143); }
div.DivClassName
{
background-color: #5BED8F;
}
.BgClassName
{
background-color: #5BED8F;
}
</style>
border-color css
<style>
span { border-color: #5BED8F; }
span { border-color: rgb(91,237,143); }
td.TdClassName
{
border-color: #5BED8F;
}
.TagClassName
{
border-color: #5BED8F;
}
</style>