Shades of Emerald #5BDD7D
Tints of Emerald #5BDD7D
RGB
CMYK
RGB Variations
Color information
#5BDD7D (or 0x5BDD7D) is known color: Emerald. HEX triplet: 5B, DD and 7D. RGB value is (91,221,125). Sum of RGB (Red+Green+Blue) = 91+221+125=437 (57% of max value = 765). Red value is 91 (35.94% from 255 or 20.82% from 437); Green value is 221 (86.72% from 255 or 50.57% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 221 - color contains mainly: green. Hex color #5BDD7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BDD7D is #A42282. Grayscale: #ABABAB. Windows color (decimal): -10756739 or 8248667. OLE color: 8248667.
HSL color Cylindrical-coordinate representation of color #5BDD7D: hue angle of 135.69º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BDD7D is Cyan = 0.59, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 221 | 125 | - |
| CMYK | 0.59 | 0 | 0.43 | 0.13 |
| HSL | 135.69º | 0.66% | 0.61% | - |
| HSV(B) | 135.69º | 0.59% | 0.87% | - |
| XYZ | 33.87 | 55.42 | 28.31 | - |
| YUV | 171.19 | 101.93 | 70.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 221 | 125 | 0.59 | 0 | 0.43 | 0.13 | 135.69 | 0.66 | 0.61 |
| Hex | 5B | DD | 7D | 3B | 0 | 2B | D | 88 | 42 | 3D |
| Octal | 133 | 335 | 175 | 73 | 0 | 53 | 15 | 210 | 102 | 75 |
| Binary | 1011011 | 11011101 | 1111101 | 111011 | 0 | 101011 | 1101 | 10001000 | 1000010 | 111101 |
Color Harmonies of #5BDD7D
Complementary color
Monochromatic Colors of #5BDD7D
Black with #5BDD7D
Text Example
Text Example
White with #5BDD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDD7D; }
p { color: rgb(91,221,125); }
H1.HeaderClassName
{
color: #5BDD7D;
}
.AnyTagClassName
{
color: #5BDD7D;
}
</style>
background-color css
<style>
a { background-color: #5BDD7D; }
a { background-color: rgb(91,221,125); }
div.DivClassName
{
background-color: #5BDD7D;
}
.BgClassName
{
background-color: #5BDD7D;
}
</style>
border-color css
<style>
span { border-color: #5BDD7D; }
span { border-color: rgb(91,221,125); }
td.TdClassName
{
border-color: #5BDD7D;
}
.TagClassName
{
border-color: #5BDD7D;
}
</style>