Shades of Emerald #5BEA8F
Tints of Emerald #5BEA8F
RGB
CMYK
RGB Variations
Color information
#5BEA8F (or 0x5BEA8F) is known color: Emerald. HEX triplet: 5B, EA and 8F. RGB value is (91,234,143). Sum of RGB (Red+Green+Blue) = 91+234+143=468 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.44% from 468); Green value is 234 (91.80% from 255 or 50% from 468); Blue value is 143 (56.25% from 255 or 30.56% from 468); Max value from RGB is 234 - color contains mainly: green. Hex color #5BEA8F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BEA8F is #A41570. Grayscale: #B5B5B5. Windows color (decimal): -10753393 or 9431643. OLE color: 9431643.
HSL color Cylindrical-coordinate representation of color #5BEA8F: hue angle of 141.82º degrees, saturation: 0.77, 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 #5BEA8F is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 91 | 234 | 143 | - |
| CMYK | 0.61 | 0 | 0.39 | 0.08 |
| HSL | 141.82º | 0.77% | 0.64% | - |
| HSV(B) | 141.82º | 0.61% | 0.92% | - |
| XYZ | 38.7 | 63.05 | 36.12 | - |
| YUV | 180.87 | 106.62 | 63.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 234 | 143 | 0.61 | 0 | 0.39 | 0.08 | 141.82 | 0.77 | 0.64 |
| Hex | 5B | EA | 8F | 3D | 0 | 27 | 8 | 8E | 4D | 40 |
| Octal | 133 | 352 | 217 | 75 | 0 | 47 | 10 | 216 | 115 | 100 |
| Binary | 1011011 | 11101010 | 10001111 | 111101 | 0 | 100111 | 1000 | 10001110 | 1001101 | 1000000 |
Color Harmonies of #5BEA8F
Complementary color
Monochromatic Colors of #5BEA8F
Black with #5BEA8F
Text Example
Text Example
White with #5BEA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEA8F; }
p { color: rgb(91,234,143); }
H1.HeaderClassName
{
color: #5BEA8F;
}
.AnyTagClassName
{
color: #5BEA8F;
}
</style>
background-color css
<style>
a { background-color: #5BEA8F; }
a { background-color: rgb(91,234,143); }
div.DivClassName
{
background-color: #5BEA8F;
}
.BgClassName
{
background-color: #5BEA8F;
}
</style>
border-color css
<style>
span { border-color: #5BEA8F; }
span { border-color: rgb(91,234,143); }
td.TdClassName
{
border-color: #5BEA8F;
}
.TagClassName
{
border-color: #5BEA8F;
}
</style>