Shades of Emerald #5BEB8C
Tints of Emerald #5BEB8C
RGB
CMYK
RGB Variations
Color information
#5BEB8C (or 0x5BEB8C) is known color: Emerald. HEX triplet: 5B, EB and 8C. RGB value is (91,235,140). Sum of RGB (Red+Green+Blue) = 91+235+140=466 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.53% from 466); Green value is 235 (92.19% from 255 or 50.43% from 466); Blue value is 140 (55.08% from 255 or 30.04% from 466); Max value from RGB is 235 - color contains mainly: green. Hex color #5BEB8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BEB8C is #A41473. Grayscale: #B5B5B5. Windows color (decimal): -10753140 or 9235291. OLE color: 9235291.
HSL color Cylindrical-coordinate representation of color #5BEB8C: hue angle of 140.42º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BEB8C is Cyan = 0.61, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 91 | 235 | 140 | - |
| CMYK | 0.61 | 0 | 0.40 | 0.08 |
| HSL | 140.42º | 0.78% | 0.64% | - |
| HSV(B) | 140.42º | 0.61% | 0.92% | - |
| XYZ | 38.76 | 63.53 | 35.03 | - |
| YUV | 181.11 | 104.79 | 63.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 235 | 140 | 0.61 | 0 | 0.40 | 0.08 | 140.42 | 0.78 | 0.64 |
| Hex | 5B | EB | 8C | 3D | 0 | 28 | 8 | 8C | 4E | 40 |
| Octal | 133 | 353 | 214 | 75 | 0 | 50 | 10 | 214 | 116 | 100 |
| Binary | 1011011 | 11101011 | 10001100 | 111101 | 0 | 101000 | 1000 | 10001100 | 1001110 | 1000000 |
Color Harmonies of #5BEB8C
Complementary color
Monochromatic Colors of #5BEB8C
Black with #5BEB8C
Text Example
Text Example
White with #5BEB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEB8C; }
p { color: rgb(91,235,140); }
H1.HeaderClassName
{
color: #5BEB8C;
}
.AnyTagClassName
{
color: #5BEB8C;
}
</style>
background-color css
<style>
a { background-color: #5BEB8C; }
a { background-color: rgb(91,235,140); }
div.DivClassName
{
background-color: #5BEB8C;
}
.BgClassName
{
background-color: #5BEB8C;
}
</style>
border-color css
<style>
span { border-color: #5BEB8C; }
span { border-color: rgb(91,235,140); }
td.TdClassName
{
border-color: #5BEB8C;
}
.TagClassName
{
border-color: #5BEB8C;
}
</style>