Shades of Emerald #5BD27C
Tints of Emerald #5BD27C
RGB
CMYK
RGB Variations
Color information
#5BD27C (or 0x5BD27C) is known color: Emerald. HEX triplet: 5B, D2 and 7C. RGB value is (91,210,124). Sum of RGB (Red+Green+Blue) = 91+210+124=425 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.41% from 425); Green value is 210 (82.42% from 255 or 49.41% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 210 - color contains mainly: green. Hex color #5BD27C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BD27C is #A42D83. Grayscale: #A4A4A4. Windows color (decimal): -10759556 or 8180315. OLE color: 8180315.
HSL color Cylindrical-coordinate representation of color #5BD27C: hue angle of 136.64º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5BD27C is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 91 | 210 | 124 | - |
| CMYK | 0.57 | 0 | 0.41 | 0.18 |
| HSL | 136.64º | 0.57% | 0.59% | - |
| HSV(B) | 136.64º | 0.57% | 0.82% | - |
| XYZ | 31 | 49.77 | 27.04 | - |
| YUV | 164.62 | 105.08 | 75.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 210 | 124 | 0.57 | 0 | 0.41 | 0.18 | 136.64 | 0.57 | 0.59 |
| Hex | 5B | D2 | 7C | 39 | 0 | 29 | 12 | 89 | 39 | 3B |
| Octal | 133 | 322 | 174 | 71 | 0 | 51 | 22 | 211 | 71 | 73 |
| Binary | 1011011 | 11010010 | 1111100 | 111001 | 0 | 101001 | 10010 | 10001001 | 111001 | 111011 |
Color Harmonies of #5BD27C
Complementary color
Monochromatic Colors of #5BD27C
Black with #5BD27C
Text Example
Text Example
White with #5BD27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD27C; }
p { color: rgb(91,210,124); }
H1.HeaderClassName
{
color: #5BD27C;
}
.AnyTagClassName
{
color: #5BD27C;
}
</style>
background-color css
<style>
a { background-color: #5BD27C; }
a { background-color: rgb(91,210,124); }
div.DivClassName
{
background-color: #5BD27C;
}
.BgClassName
{
background-color: #5BD27C;
}
</style>
border-color css
<style>
span { border-color: #5BD27C; }
span { border-color: rgb(91,210,124); }
td.TdClassName
{
border-color: #5BD27C;
}
.TagClassName
{
border-color: #5BD27C;
}
</style>