Shades of Emerald #5BCF6F
Tints of Emerald #5BCF6F
RGB
CMYK
RGB Variations
Color information
#5BCF6F (or 0x5BCF6F) is known color: Emerald. HEX triplet: 5B, CF and 6F. RGB value is (91,207,111). Sum of RGB (Red+Green+Blue) = 91+207+111=409 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.25% from 409); Green value is 207 (81.25% from 255 or 50.61% from 409); Blue value is 111 (43.75% from 255 or 27.14% from 409); Max value from RGB is 207 - color contains mainly: green. Hex color #5BCF6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BCF6F is #A43090. Grayscale: #A1A1A1. Windows color (decimal): -10760337 or 7327579. OLE color: 7327579.
HSL color Cylindrical-coordinate representation of color #5BCF6F: hue angle of 130.34º 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 #5BCF6F is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 207 | 111 | - |
| CMYK | 0.56 | 0 | 0.46 | 0.19 |
| HSL | 130.34º | 0.55% | 0.58% | - |
| HSV(B) | 130.34º | 0.56% | 0.81% | - |
| XYZ | 29.5 | 48 | 22.75 | - |
| YUV | 161.37 | 99.57 | 77.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 207 | 111 | 0.56 | 0 | 0.46 | 0.19 | 130.34 | 0.55 | 0.58 |
| Hex | 5B | CF | 6F | 38 | 0 | 2E | 13 | 82 | 37 | 3A |
| Octal | 133 | 317 | 157 | 70 | 0 | 56 | 23 | 202 | 67 | 72 |
| Binary | 1011011 | 11001111 | 1101111 | 111000 | 0 | 101110 | 10011 | 10000010 | 110111 | 111010 |
Color Harmonies of #5BCF6F
Complementary color
Monochromatic Colors of #5BCF6F
Black with #5BCF6F
Text Example
Text Example
White with #5BCF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCF6F; }
p { color: rgb(91,207,111); }
H1.HeaderClassName
{
color: #5BCF6F;
}
.AnyTagClassName
{
color: #5BCF6F;
}
</style>
background-color css
<style>
a { background-color: #5BCF6F; }
a { background-color: rgb(91,207,111); }
div.DivClassName
{
background-color: #5BCF6F;
}
.BgClassName
{
background-color: #5BCF6F;
}
</style>
border-color css
<style>
span { border-color: #5BCF6F; }
span { border-color: rgb(91,207,111); }
td.TdClassName
{
border-color: #5BCF6F;
}
.TagClassName
{
border-color: #5BCF6F;
}
</style>