Shades of Emerald #5BD07E
Tints of Emerald #5BD07E
RGB
CMYK
RGB Variations
Color information
#5BD07E (or 0x5BD07E) is known color: Emerald. HEX triplet: 5B, D0 and 7E. RGB value is (91,208,126). Sum of RGB (Red+Green+Blue) = 91+208+126=425 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.41% from 425); Green value is 208 (81.64% from 255 or 48.94% from 425); Blue value is 126 (49.61% from 255 or 29.65% from 425); Max value from RGB is 208 - color contains mainly: green. Hex color #5BD07E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BD07E is #A42F81. Grayscale: #A3A3A3. Windows color (decimal): -10760066 or 8310875. OLE color: 8310875.
HSL color Cylindrical-coordinate representation of color #5BD07E: hue angle of 137.95º 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 #5BD07E is Cyan = 0.56, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 91 | 208 | 126 | - |
| CMYK | 0.56 | 0 | 0.39 | 0.18 |
| HSL | 137.95º | 0.55% | 0.59% | - |
| HSV(B) | 137.95º | 0.56% | 0.82% | - |
| XYZ | 30.64 | 48.84 | 27.55 | - |
| YUV | 163.67 | 106.74 | 76.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 208 | 126 | 0.56 | 0 | 0.39 | 0.18 | 137.95 | 0.55 | 0.59 |
| Hex | 5B | D0 | 7E | 38 | 0 | 27 | 12 | 8A | 37 | 3B |
| Octal | 133 | 320 | 176 | 70 | 0 | 47 | 22 | 212 | 67 | 73 |
| Binary | 1011011 | 11010000 | 1111110 | 111000 | 0 | 100111 | 10010 | 10001010 | 110111 | 111011 |
Color Harmonies of #5BD07E
Complementary color
Monochromatic Colors of #5BD07E
Black with #5BD07E
Text Example
Text Example
White with #5BD07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD07E; }
p { color: rgb(91,208,126); }
H1.HeaderClassName
{
color: #5BD07E;
}
.AnyTagClassName
{
color: #5BD07E;
}
</style>
background-color css
<style>
a { background-color: #5BD07E; }
a { background-color: rgb(91,208,126); }
div.DivClassName
{
background-color: #5BD07E;
}
.BgClassName
{
background-color: #5BD07E;
}
</style>
border-color css
<style>
span { border-color: #5BD07E; }
span { border-color: rgb(91,208,126); }
td.TdClassName
{
border-color: #5BD07E;
}
.TagClassName
{
border-color: #5BD07E;
}
</style>