Shades of Emerald #5BC681
Tints of Emerald #5BC681
RGB
CMYK
RGB Variations
Color information
#5BC681 (or 0x5BC681) is known color: Emerald. HEX triplet: 5B, C6 and 81. RGB value is (91,198,129). Sum of RGB (Red+Green+Blue) = 91+198+129=418 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.77% from 418); Green value is 198 (77.73% from 255 or 47.37% from 418); Blue value is 129 (50.78% from 255 or 30.86% from 418); Max value from RGB is 198 - color contains mainly: green. Hex color #5BC681 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BC681 is #A4397E. Grayscale: #9E9E9E. Windows color (decimal): -10762623 or 8504923. OLE color: 8504923.
HSL color Cylindrical-coordinate representation of color #5BC681: hue angle of 141.31º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5BC681 is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 91 | 198 | 129 | - |
| CMYK | 0.54 | 0 | 0.35 | 0.22 |
| HSL | 141.31º | 0.48% | 0.57% | - |
| HSV(B) | 141.31º | 0.54% | 0.78% | - |
| XYZ | 28.47 | 44.2 | 27.8 | - |
| YUV | 158.14 | 111.55 | 80.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 198 | 129 | 0.54 | 0 | 0.35 | 0.22 | 141.31 | 0.48 | 0.57 |
| Hex | 5B | C6 | 81 | 36 | 0 | 23 | 16 | 8D | 30 | 39 |
| Octal | 133 | 306 | 201 | 66 | 0 | 43 | 26 | 215 | 60 | 71 |
| Binary | 1011011 | 11000110 | 10000001 | 110110 | 0 | 100011 | 10110 | 10001101 | 110000 | 111001 |
Color Harmonies of #5BC681
Complementary color
Monochromatic Colors of #5BC681
Black with #5BC681
Text Example
Text Example
White with #5BC681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC681; }
p { color: rgb(91,198,129); }
H1.HeaderClassName
{
color: #5BC681;
}
.AnyTagClassName
{
color: #5BC681;
}
</style>
background-color css
<style>
a { background-color: #5BC681; }
a { background-color: rgb(91,198,129); }
div.DivClassName
{
background-color: #5BC681;
}
.BgClassName
{
background-color: #5BC681;
}
</style>
border-color css
<style>
span { border-color: #5BC681; }
span { border-color: rgb(91,198,129); }
td.TdClassName
{
border-color: #5BC681;
}
.TagClassName
{
border-color: #5BC681;
}
</style>