Shades of Emerald #5BED85
Tints of Emerald #5BED85
RGB
CMYK
RGB Variations
Color information
#5BED85 (or 0x5BED85) is known color: Emerald. HEX triplet: 5B, ED and 85. RGB value is (91,237,133). Sum of RGB (Red+Green+Blue) = 91+237+133=461 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.74% from 461); Green value is 237 (92.97% from 255 or 51.41% from 461); Blue value is 133 (52.34% from 255 or 28.85% from 461); Max value from RGB is 237 - color contains mainly: green. Hex color #5BED85 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BED85 is #A4127A. Grayscale: #B5B5B5. Windows color (decimal): -10752635 or 8777051. OLE color: 8777051.
HSL color Cylindrical-coordinate representation of color #5BED85: hue angle of 137.26º 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 #5BED85 is Cyan = 0.62, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 237 | 133 | - |
| CMYK | 0.62 | 0 | 0.44 | 0.07 |
| HSL | 137.26º | 0.8% | 0.64% | - |
| HSV(B) | 137.26º | 0.62% | 0.93% | - |
| XYZ | 38.83 | 64.49 | 32.59 | - |
| YUV | 181.49 | 100.63 | 63.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 237 | 133 | 0.62 | 0 | 0.44 | 0.07 | 137.26 | 0.8 | 0.64 |
| Hex | 5B | ED | 85 | 3E | 0 | 2C | 7 | 89 | 50 | 40 |
| Octal | 133 | 355 | 205 | 76 | 0 | 54 | 7 | 211 | 120 | 100 |
| Binary | 1011011 | 11101101 | 10000101 | 111110 | 0 | 101100 | 111 | 10001001 | 1010000 | 1000000 |
Color Harmonies of #5BED85
Complementary color
Monochromatic Colors of #5BED85
Black with #5BED85
Text Example
Text Example
White with #5BED85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BED85; }
p { color: rgb(91,237,133); }
H1.HeaderClassName
{
color: #5BED85;
}
.AnyTagClassName
{
color: #5BED85;
}
</style>
background-color css
<style>
a { background-color: #5BED85; }
a { background-color: rgb(91,237,133); }
div.DivClassName
{
background-color: #5BED85;
}
.BgClassName
{
background-color: #5BED85;
}
</style>
border-color css
<style>
span { border-color: #5BED85; }
span { border-color: rgb(91,237,133); }
td.TdClassName
{
border-color: #5BED85;
}
.TagClassName
{
border-color: #5BED85;
}
</style>