Shades of Emerald #5BD06A
Tints of Emerald #5BD06A
RGB
CMYK
RGB Variations
Color information
#5BD06A (or 0x5BD06A) is known color: Emerald. HEX triplet: 5B, D0 and 6A. RGB value is (91,208,106). Sum of RGB (Red+Green+Blue) = 91+208+106=405 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.47% from 405); Green value is 208 (81.64% from 255 or 51.36% from 405); Blue value is 106 (41.80% from 255 or 26.17% from 405); Max value from RGB is 208 - color contains mainly: green. Hex color #5BD06A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BD06A is #A42F95. Grayscale: #A1A1A1. Windows color (decimal): -10760086 or 7000155. OLE color: 7000155.
HSL color Cylindrical-coordinate representation of color #5BD06A: hue angle of 127.69º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BD06A is Cyan = 0.56, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 91 | 208 | 106 | - |
| CMYK | 0.56 | 0 | 0.49 | 0.18 |
| HSL | 127.69º | 0.55% | 0.59% | - |
| HSV(B) | 127.69º | 0.56% | 0.82% | - |
| XYZ | 29.47 | 48.38 | 21.42 | - |
| YUV | 161.39 | 96.74 | 77.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 208 | 106 | 0.56 | 0 | 0.49 | 0.18 | 127.69 | 0.55 | 0.59 |
| Hex | 5B | D0 | 6A | 38 | 0 | 31 | 12 | 80 | 37 | 3B |
| Octal | 133 | 320 | 152 | 70 | 0 | 61 | 22 | 200 | 67 | 73 |
| Binary | 1011011 | 11010000 | 1101010 | 111000 | 0 | 110001 | 10010 | 10000000 | 110111 | 111011 |
Color Harmonies of #5BD06A
Complementary color
Monochromatic Colors of #5BD06A
Black with #5BD06A
Text Example
Text Example
White with #5BD06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD06A; }
p { color: rgb(91,208,106); }
H1.HeaderClassName
{
color: #5BD06A;
}
.AnyTagClassName
{
color: #5BD06A;
}
</style>
background-color css
<style>
a { background-color: #5BD06A; }
a { background-color: rgb(91,208,106); }
div.DivClassName
{
background-color: #5BD06A;
}
.BgClassName
{
background-color: #5BD06A;
}
</style>
border-color css
<style>
span { border-color: #5BD06A; }
span { border-color: rgb(91,208,106); }
td.TdClassName
{
border-color: #5BD06A;
}
.TagClassName
{
border-color: #5BD06A;
}
</style>