Shades of Emerald #5BCF87
Tints of Emerald #5BCF87
RGB
CMYK
RGB Variations
Color information
#5BCF87 (or 0x5BCF87) is known color: Emerald. HEX triplet: 5B, CF and 87. RGB value is (91,207,135). Sum of RGB (Red+Green+Blue) = 91+207+135=433 (57% of max value = 765). Red value is 91 (35.94% from 255 or 21.02% from 433); Green value is 207 (81.25% from 255 or 47.81% from 433); Blue value is 135 (53.12% from 255 or 31.18% from 433); Max value from RGB is 207 - color contains mainly: green. Hex color #5BCF87 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BCF87 is #A43078. Grayscale: #A4A4A4. Windows color (decimal): -10760313 or 8900443. OLE color: 8900443.
HSL color Cylindrical-coordinate representation of color #5BCF87: hue angle of 142.76º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BCF87 is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 207 | 135 | - |
| CMYK | 0.56 | 0 | 0.35 | 0.19 |
| HSL | 142.76º | 0.55% | 0.58% | - |
| HSV(B) | 142.76º | 0.56% | 0.81% | - |
| XYZ | 31 | 48.6 | 30.67 | - |
| YUV | 164.11 | 111.57 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 207 | 135 | 0.56 | 0 | 0.35 | 0.19 | 142.76 | 0.55 | 0.58 |
| Hex | 5B | CF | 87 | 38 | 0 | 23 | 13 | 8F | 37 | 3A |
| Octal | 133 | 317 | 207 | 70 | 0 | 43 | 23 | 217 | 67 | 72 |
| Binary | 1011011 | 11001111 | 10000111 | 111000 | 0 | 100011 | 10011 | 10001111 | 110111 | 111010 |
Color Harmonies of #5BCF87
Complementary color
Monochromatic Colors of #5BCF87
Black with #5BCF87
Text Example
Text Example
White with #5BCF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCF87; }
p { color: rgb(91,207,135); }
H1.HeaderClassName
{
color: #5BCF87;
}
.AnyTagClassName
{
color: #5BCF87;
}
</style>
background-color css
<style>
a { background-color: #5BCF87; }
a { background-color: rgb(91,207,135); }
div.DivClassName
{
background-color: #5BCF87;
}
.BgClassName
{
background-color: #5BCF87;
}
</style>
border-color css
<style>
span { border-color: #5BCF87; }
span { border-color: rgb(91,207,135); }
td.TdClassName
{
border-color: #5BCF87;
}
.TagClassName
{
border-color: #5BCF87;
}
</style>