Shades of Emerald #5BDC75
Tints of Emerald #5BDC75
RGB
CMYK
RGB Variations
Color information
#5BDC75 (or 0x5BDC75) is known color: Emerald. HEX triplet: 5B, DC and 75. RGB value is (91,220,117). Sum of RGB (Red+Green+Blue) = 91+220+117=428 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.26% from 428); Green value is 220 (86.33% from 255 or 51.40% from 428); Blue value is 117 (46.09% from 255 or 27.34% from 428); Max value from RGB is 220 - color contains mainly: green. Hex color #5BDC75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BDC75 is #A4238A. Grayscale: #A9A9A9. Windows color (decimal): -10757003 or 7724123. OLE color: 7724123.
HSL color Cylindrical-coordinate representation of color #5BDC75: hue angle of 132.09º 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 #5BDC75 is Cyan = 0.59, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 220 | 117 | - |
| CMYK | 0.59 | 0 | 0.47 | 0.14 |
| HSL | 132.09º | 0.65% | 0.61% | - |
| HSV(B) | 132.09º | 0.59% | 0.86% | - |
| XYZ | 33.12 | 54.69 | 25.64 | - |
| YUV | 169.69 | 98.26 | 71.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 220 | 117 | 0.59 | 0 | 0.47 | 0.14 | 132.09 | 0.65 | 0.61 |
| Hex | 5B | DC | 75 | 3B | 0 | 2F | E | 84 | 41 | 3D |
| Octal | 133 | 334 | 165 | 73 | 0 | 57 | 16 | 204 | 101 | 75 |
| Binary | 1011011 | 11011100 | 1110101 | 111011 | 0 | 101111 | 1110 | 10000100 | 1000001 | 111101 |
Color Harmonies of #5BDC75
Complementary color
Monochromatic Colors of #5BDC75
Black with #5BDC75
Text Example
Text Example
White with #5BDC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDC75; }
p { color: rgb(91,220,117); }
H1.HeaderClassName
{
color: #5BDC75;
}
.AnyTagClassName
{
color: #5BDC75;
}
</style>
background-color css
<style>
a { background-color: #5BDC75; }
a { background-color: rgb(91,220,117); }
div.DivClassName
{
background-color: #5BDC75;
}
.BgClassName
{
background-color: #5BDC75;
}
</style>
border-color css
<style>
span { border-color: #5BDC75; }
span { border-color: rgb(91,220,117); }
td.TdClassName
{
border-color: #5BDC75;
}
.TagClassName
{
border-color: #5BDC75;
}
</style>