Shades of Emerald #5BDC85
Tints of Emerald #5BDC85
RGB
CMYK
RGB Variations
Color information
#5BDC85 (or 0x5BDC85) is known color: Emerald. HEX triplet: 5B, DC and 85. RGB value is (91,220,133). Sum of RGB (Red+Green+Blue) = 91+220+133=444 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.50% from 444); Green value is 220 (86.33% from 255 or 49.55% from 444); Blue value is 133 (52.34% from 255 or 29.95% from 444); Max value from RGB is 220 - color contains mainly: green. Hex color #5BDC85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BDC85 is #A4237A. Grayscale: #ABABAB. Windows color (decimal): -10756987 or 8772699. OLE color: 8772699.
HSL color Cylindrical-coordinate representation of color #5BDC85: hue angle of 139.53º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BDC85 is Cyan = 0.59, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 220 | 133 | - |
| CMYK | 0.59 | 0 | 0.40 | 0.14 |
| HSL | 139.53º | 0.65% | 0.61% | - |
| HSV(B) | 139.53º | 0.59% | 0.86% | - |
| XYZ | 34.14 | 55.1 | 31.03 | - |
| YUV | 171.51 | 106.26 | 70.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 220 | 133 | 0.59 | 0 | 0.40 | 0.14 | 139.53 | 0.65 | 0.61 |
| Hex | 5B | DC | 85 | 3B | 0 | 28 | E | 8C | 41 | 3D |
| Octal | 133 | 334 | 205 | 73 | 0 | 50 | 16 | 214 | 101 | 75 |
| Binary | 1011011 | 11011100 | 10000101 | 111011 | 0 | 101000 | 1110 | 10001100 | 1000001 | 111101 |
Color Harmonies of #5BDC85
Complementary color
Monochromatic Colors of #5BDC85
Black with #5BDC85
Text Example
Text Example
White with #5BDC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDC85; }
p { color: rgb(91,220,133); }
H1.HeaderClassName
{
color: #5BDC85;
}
.AnyTagClassName
{
color: #5BDC85;
}
</style>
background-color css
<style>
a { background-color: #5BDC85; }
a { background-color: rgb(91,220,133); }
div.DivClassName
{
background-color: #5BDC85;
}
.BgClassName
{
background-color: #5BDC85;
}
</style>
border-color css
<style>
span { border-color: #5BDC85; }
span { border-color: rgb(91,220,133); }
td.TdClassName
{
border-color: #5BDC85;
}
.TagClassName
{
border-color: #5BDC85;
}
</style>