Shades of Emerald #5BDE8A
Tints of Emerald #5BDE8A
RGB
CMYK
RGB Variations
Color information
#5BDE8A (or 0x5BDE8A) is known color: Emerald. HEX triplet: 5B, DE and 8A. RGB value is (91,222,138). Sum of RGB (Red+Green+Blue) = 91+222+138=451 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.18% from 451); Green value is 222 (87.11% from 255 or 49.22% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 222 - color contains mainly: green. Hex color #5BDE8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BDE8A is #A42175. Grayscale: #ADADAD. Windows color (decimal): -10756470 or 9100891. OLE color: 9100891.
HSL color Cylindrical-coordinate representation of color #5BDE8A: hue angle of 141.53º 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 #5BDE8A is Cyan = 0.59, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 222 | 138 | - |
| CMYK | 0.59 | 0 | 0.38 | 0.13 |
| HSL | 141.53º | 0.66% | 0.61% | - |
| HSV(B) | 141.53º | 0.59% | 0.87% | - |
| XYZ | 35.02 | 56.3 | 33.07 | - |
| YUV | 173.26 | 108.1 | 69.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 222 | 138 | 0.59 | 0 | 0.38 | 0.13 | 141.53 | 0.66 | 0.61 |
| Hex | 5B | DE | 8A | 3B | 0 | 26 | D | 8E | 42 | 3D |
| Octal | 133 | 336 | 212 | 73 | 0 | 46 | 15 | 216 | 102 | 75 |
| Binary | 1011011 | 11011110 | 10001010 | 111011 | 0 | 100110 | 1101 | 10001110 | 1000010 | 111101 |
Color Harmonies of #5BDE8A
Complementary color
Monochromatic Colors of #5BDE8A
Black with #5BDE8A
Text Example
Text Example
White with #5BDE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDE8A; }
p { color: rgb(91,222,138); }
H1.HeaderClassName
{
color: #5BDE8A;
}
.AnyTagClassName
{
color: #5BDE8A;
}
</style>
background-color css
<style>
a { background-color: #5BDE8A; }
a { background-color: rgb(91,222,138); }
div.DivClassName
{
background-color: #5BDE8A;
}
.BgClassName
{
background-color: #5BDE8A;
}
</style>
border-color css
<style>
span { border-color: #5BDE8A; }
span { border-color: rgb(91,222,138); }
td.TdClassName
{
border-color: #5BDE8A;
}
.TagClassName
{
border-color: #5BDE8A;
}
</style>