Shades of Emerald #5BDA8B
Tints of Emerald #5BDA8B
RGB
CMYK
RGB Variations
Color information
#5BDA8B (or 0x5BDA8B) is known color: Emerald. HEX triplet: 5B, DA and 8B. RGB value is (91,218,139). Sum of RGB (Red+Green+Blue) = 91+218+139=448 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.31% from 448); Green value is 218 (85.55% from 255 or 48.66% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 218 - color contains mainly: green. Hex color #5BDA8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BDA8B is #A42574. Grayscale: #ABABAB. Windows color (decimal): -10757493 or 9165403. OLE color: 9165403.
HSL color Cylindrical-coordinate representation of color #5BDA8B: hue angle of 142.68º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5BDA8B is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 91 | 218 | 139 | - |
| CMYK | 0.58 | 0 | 0.36 | 0.15 |
| HSL | 142.68º | 0.63% | 0.61% | - |
| HSV(B) | 142.68º | 0.58% | 0.85% | - |
| XYZ | 34.05 | 54.23 | 33.1 | - |
| YUV | 171.02 | 109.92 | 70.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 218 | 139 | 0.58 | 0 | 0.36 | 0.15 | 142.68 | 0.63 | 0.61 |
| Hex | 5B | DA | 8B | 3A | 0 | 24 | F | 8F | 3F | 3D |
| Octal | 133 | 332 | 213 | 72 | 0 | 44 | 17 | 217 | 77 | 75 |
| Binary | 1011011 | 11011010 | 10001011 | 111010 | 0 | 100100 | 1111 | 10001111 | 111111 | 111101 |
Color Harmonies of #5BDA8B
Complementary color
Monochromatic Colors of #5BDA8B
Black with #5BDA8B
Text Example
Text Example
White with #5BDA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDA8B; }
p { color: rgb(91,218,139); }
H1.HeaderClassName
{
color: #5BDA8B;
}
.AnyTagClassName
{
color: #5BDA8B;
}
</style>
background-color css
<style>
a { background-color: #5BDA8B; }
a { background-color: rgb(91,218,139); }
div.DivClassName
{
background-color: #5BDA8B;
}
.BgClassName
{
background-color: #5BDA8B;
}
</style>
border-color css
<style>
span { border-color: #5BDA8B; }
span { border-color: rgb(91,218,139); }
td.TdClassName
{
border-color: #5BDA8B;
}
.TagClassName
{
border-color: #5BDA8B;
}
</style>