Shades of Emerald #5BCD6D
Tints of Emerald #5BCD6D
RGB
CMYK
RGB Variations
Color information
#5BCD6D (or 0x5BCD6D) is known color: Emerald. HEX triplet: 5B, CD and 6D. RGB value is (91,205,109). Sum of RGB (Red+Green+Blue) = 91+205+109=405 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.47% from 405); Green value is 205 (80.47% from 255 or 50.62% from 405); Blue value is 109 (42.97% from 255 or 26.91% from 405); Max value from RGB is 205 - color contains mainly: green. Hex color #5BCD6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BCD6D is #A43292. Grayscale: #A0A0A0. Windows color (decimal): -10760851 or 7195995. OLE color: 7195995.
HSL color Cylindrical-coordinate representation of color #5BCD6D: hue angle of 129.47º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BCD6D is Cyan = 0.56, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 205 | 109 | - |
| CMYK | 0.56 | 0 | 0.47 | 0.20 |
| HSL | 129.47º | 0.53% | 0.58% | - |
| HSV(B) | 129.47º | 0.56% | 0.8% | - |
| XYZ | 28.91 | 46.99 | 22.01 | - |
| YUV | 159.97 | 99.23 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 205 | 109 | 0.56 | 0 | 0.47 | 0.20 | 129.47 | 0.53 | 0.58 |
| Hex | 5B | CD | 6D | 38 | 0 | 2F | 14 | 81 | 35 | 3A |
| Octal | 133 | 315 | 155 | 70 | 0 | 57 | 24 | 201 | 65 | 72 |
| Binary | 1011011 | 11001101 | 1101101 | 111000 | 0 | 101111 | 10100 | 10000001 | 110101 | 111010 |
Color Harmonies of #5BCD6D
Complementary color
Monochromatic Colors of #5BCD6D
Black with #5BCD6D
Text Example
Text Example
White with #5BCD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCD6D; }
p { color: rgb(91,205,109); }
H1.HeaderClassName
{
color: #5BCD6D;
}
.AnyTagClassName
{
color: #5BCD6D;
}
</style>
background-color css
<style>
a { background-color: #5BCD6D; }
a { background-color: rgb(91,205,109); }
div.DivClassName
{
background-color: #5BCD6D;
}
.BgClassName
{
background-color: #5BCD6D;
}
</style>
border-color css
<style>
span { border-color: #5BCD6D; }
span { border-color: rgb(91,205,109); }
td.TdClassName
{
border-color: #5BCD6D;
}
.TagClassName
{
border-color: #5BCD6D;
}
</style>