Shades of Emerald #5BCF89
Tints of Emerald #5BCF89
RGB
CMYK
RGB Variations
Color information
#5BCF89 (or 0x5BCF89) is known color: Emerald. HEX triplet: 5B, CF and 89. RGB value is (91,207,137). Sum of RGB (Red+Green+Blue) = 91+207+137=435 (57% of max value = 765). Red value is 91 (35.94% from 255 or 20.92% from 435); Green value is 207 (81.25% from 255 or 47.59% from 435); Blue value is 137 (53.91% from 255 or 31.49% from 435); Max value from RGB is 207 - color contains mainly: green. Hex color #5BCF89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BCF89 is #A43076. Grayscale: #A4A4A4. Windows color (decimal): -10760311 or 9031515. OLE color: 9031515.
HSL color Cylindrical-coordinate representation of color #5BCF89: hue angle of 143.79º 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 #5BCF89 is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 207 | 137 | - |
| CMYK | 0.56 | 0 | 0.34 | 0.19 |
| HSL | 143.79º | 0.55% | 0.58% | - |
| HSV(B) | 143.79º | 0.56% | 0.81% | - |
| XYZ | 31.14 | 48.66 | 31.42 | - |
| YUV | 164.34 | 112.57 | 75.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 207 | 137 | 0.56 | 0 | 0.34 | 0.19 | 143.79 | 0.55 | 0.58 |
| Hex | 5B | CF | 89 | 38 | 0 | 22 | 13 | 90 | 37 | 3A |
| Octal | 133 | 317 | 211 | 70 | 0 | 42 | 23 | 220 | 67 | 72 |
| Binary | 1011011 | 11001111 | 10001001 | 111000 | 0 | 100010 | 10011 | 10010000 | 110111 | 111010 |
Color Harmonies of #5BCF89
Complementary color
Monochromatic Colors of #5BCF89
Black with #5BCF89
Text Example
Text Example
White with #5BCF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCF89; }
p { color: rgb(91,207,137); }
H1.HeaderClassName
{
color: #5BCF89;
}
.AnyTagClassName
{
color: #5BCF89;
}
</style>
background-color css
<style>
a { background-color: #5BCF89; }
a { background-color: rgb(91,207,137); }
div.DivClassName
{
background-color: #5BCF89;
}
.BgClassName
{
background-color: #5BCF89;
}
</style>
border-color css
<style>
span { border-color: #5BCF89; }
span { border-color: rgb(91,207,137); }
td.TdClassName
{
border-color: #5BCF89;
}
.TagClassName
{
border-color: #5BCF89;
}
</style>