Shades of Emerald #5BDA8A
Tints of Emerald #5BDA8A
RGB
CMYK
RGB Variations
Color information
#5BDA8A (or 0x5BDA8A) is known color: Emerald. HEX triplet: 5B, DA and 8A. RGB value is (91,218,138). Sum of RGB (Red+Green+Blue) = 91+218+138=447 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.36% from 447); Green value is 218 (85.55% from 255 or 48.77% from 447); Blue value is 138 (54.30% from 255 or 30.87% from 447); Max value from RGB is 218 - color contains mainly: green. Hex color #5BDA8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BDA8A is #A42575. Grayscale: #ABABAB. Windows color (decimal): -10757494 or 9099867. OLE color: 9099867.
HSL color Cylindrical-coordinate representation of color #5BDA8A: hue angle of 142.2º 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 #5BDA8A is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 91 | 218 | 138 | - |
| CMYK | 0.58 | 0 | 0.37 | 0.15 |
| HSL | 142.2º | 0.63% | 0.61% | - |
| HSV(B) | 142.2º | 0.58% | 0.85% | - |
| XYZ | 33.97 | 54.2 | 32.72 | - |
| YUV | 170.91 | 109.42 | 71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 218 | 138 | 0.58 | 0 | 0.37 | 0.15 | 142.2 | 0.63 | 0.61 |
| Hex | 5B | DA | 8A | 3A | 0 | 25 | F | 8E | 3F | 3D |
| Octal | 133 | 332 | 212 | 72 | 0 | 45 | 17 | 216 | 77 | 75 |
| Binary | 1011011 | 11011010 | 10001010 | 111010 | 0 | 100101 | 1111 | 10001110 | 111111 | 111101 |
Color Harmonies of #5BDA8A
Complementary color
Monochromatic Colors of #5BDA8A
Black with #5BDA8A
Text Example
Text Example
White with #5BDA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDA8A; }
p { color: rgb(91,218,138); }
H1.HeaderClassName
{
color: #5BDA8A;
}
.AnyTagClassName
{
color: #5BDA8A;
}
</style>
background-color css
<style>
a { background-color: #5BDA8A; }
a { background-color: rgb(91,218,138); }
div.DivClassName
{
background-color: #5BDA8A;
}
.BgClassName
{
background-color: #5BDA8A;
}
</style>
border-color css
<style>
span { border-color: #5BDA8A; }
span { border-color: rgb(91,218,138); }
td.TdClassName
{
border-color: #5BDA8A;
}
.TagClassName
{
border-color: #5BDA8A;
}
</style>