Shades of Emerald #5BCA6F
Tints of Emerald #5BCA6F
RGB
CMYK
RGB Variations
Color information
#5BCA6F (or 0x5BCA6F) is known color: Emerald. HEX triplet: 5B, CA and 6F. RGB value is (91,202,111). Sum of RGB (Red+Green+Blue) = 91+202+111=404 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.52% from 404); Green value is 202 (79.30% from 255 or 50% from 404); Blue value is 111 (43.75% from 255 or 27.48% from 404); Max value from RGB is 202 - color contains mainly: green. Hex color #5BCA6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BCA6F is #A43590. Grayscale: #9E9E9E. Windows color (decimal): -10761617 or 7326299. OLE color: 7326299.
HSL color Cylindrical-coordinate representation of color #5BCA6F: hue angle of 130.81º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5BCA6F is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 91 | 202 | 111 | - |
| CMYK | 0.55 | 0 | 0.45 | 0.21 |
| HSL | 130.81º | 0.51% | 0.57% | - |
| HSV(B) | 130.81º | 0.55% | 0.79% | - |
| XYZ | 28.3 | 45.61 | 22.35 | - |
| YUV | 158.44 | 101.23 | 79.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 202 | 111 | 0.55 | 0 | 0.45 | 0.21 | 130.81 | 0.51 | 0.57 |
| Hex | 5B | CA | 6F | 37 | 0 | 2D | 15 | 83 | 33 | 39 |
| Octal | 133 | 312 | 157 | 67 | 0 | 55 | 25 | 203 | 63 | 71 |
| Binary | 1011011 | 11001010 | 1101111 | 110111 | 0 | 101101 | 10101 | 10000011 | 110011 | 111001 |
Color Harmonies of #5BCA6F
Complementary color
Monochromatic Colors of #5BCA6F
Black with #5BCA6F
Text Example
Text Example
White with #5BCA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCA6F; }
p { color: rgb(91,202,111); }
H1.HeaderClassName
{
color: #5BCA6F;
}
.AnyTagClassName
{
color: #5BCA6F;
}
</style>
background-color css
<style>
a { background-color: #5BCA6F; }
a { background-color: rgb(91,202,111); }
div.DivClassName
{
background-color: #5BCA6F;
}
.BgClassName
{
background-color: #5BCA6F;
}
</style>
border-color css
<style>
span { border-color: #5BCA6F; }
span { border-color: rgb(91,202,111); }
td.TdClassName
{
border-color: #5BCA6F;
}
.TagClassName
{
border-color: #5BCA6F;
}
</style>