Shades of Emerald #5BCB6D
Tints of Emerald #5BCB6D
RGB
CMYK
RGB Variations
Color information
#5BCB6D (or 0x5BCB6D) is known color: Emerald. HEX triplet: 5B, CB and 6D. RGB value is (91,203,109). Sum of RGB (Red+Green+Blue) = 91+203+109=403 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.58% from 403); Green value is 203 (79.69% from 255 or 50.37% from 403); Blue value is 109 (42.97% from 255 or 27.05% from 403); Max value from RGB is 203 - color contains mainly: green. Hex color #5BCB6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BCB6D is #A43492. Grayscale: #9F9F9F. Windows color (decimal): -10761363 or 7195483. OLE color: 7195483.
HSL color Cylindrical-coordinate representation of color #5BCB6D: hue angle of 129.64º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5BCB6D is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 203 | 109 | - |
| CMYK | 0.55 | 0 | 0.46 | 0.20 |
| HSL | 129.64º | 0.52% | 0.58% | - |
| HSV(B) | 129.64º | 0.55% | 0.8% | - |
| XYZ | 28.43 | 46.04 | 21.86 | - |
| YUV | 158.8 | 99.89 | 79.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 203 | 109 | 0.55 | 0 | 0.46 | 0.20 | 129.64 | 0.52 | 0.58 |
| Hex | 5B | CB | 6D | 37 | 0 | 2E | 14 | 82 | 34 | 3A |
| Octal | 133 | 313 | 155 | 67 | 0 | 56 | 24 | 202 | 64 | 72 |
| Binary | 1011011 | 11001011 | 1101101 | 110111 | 0 | 101110 | 10100 | 10000010 | 110100 | 111010 |
Color Harmonies of #5BCB6D
Complementary color
Monochromatic Colors of #5BCB6D
Black with #5BCB6D
Text Example
Text Example
White with #5BCB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCB6D; }
p { color: rgb(91,203,109); }
H1.HeaderClassName
{
color: #5BCB6D;
}
.AnyTagClassName
{
color: #5BCB6D;
}
</style>
background-color css
<style>
a { background-color: #5BCB6D; }
a { background-color: rgb(91,203,109); }
div.DivClassName
{
background-color: #5BCB6D;
}
.BgClassName
{
background-color: #5BCB6D;
}
</style>
border-color css
<style>
span { border-color: #5BCB6D; }
span { border-color: rgb(91,203,109); }
td.TdClassName
{
border-color: #5BCB6D;
}
.TagClassName
{
border-color: #5BCB6D;
}
</style>