Shades of Emerald #5BD675
Tints of Emerald #5BD675
RGB
CMYK
RGB Variations
Color information
#5BD675 (or 0x5BD675) is known color: Emerald. HEX triplet: 5B, D6 and 75. RGB value is (91,214,117). Sum of RGB (Red+Green+Blue) = 91+214+117=422 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.56% from 422); Green value is 214 (83.98% from 255 or 50.71% from 422); Blue value is 117 (46.09% from 255 or 27.73% from 422); Max value from RGB is 214 - color contains mainly: green. Hex color #5BD675 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BD675 is #A4298A. Grayscale: #A6A6A6. Windows color (decimal): -10758539 or 7722587. OLE color: 7722587.
HSL color Cylindrical-coordinate representation of color #5BD675: hue angle of 132.68º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5BD675 is Cyan = 0.57, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 91 | 214 | 117 | - |
| CMYK | 0.57 | 0 | 0.45 | 0.16 |
| HSL | 132.68º | 0.6% | 0.6% | - |
| HSV(B) | 132.68º | 0.57% | 0.84% | - |
| XYZ | 31.57 | 51.6 | 25.13 | - |
| YUV | 166.17 | 100.25 | 74.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 214 | 117 | 0.57 | 0 | 0.45 | 0.16 | 132.68 | 0.6 | 0.6 |
| Hex | 5B | D6 | 75 | 39 | 0 | 2D | 10 | 85 | 3C | 3C |
| Octal | 133 | 326 | 165 | 71 | 0 | 55 | 20 | 205 | 74 | 74 |
| Binary | 1011011 | 11010110 | 1110101 | 111001 | 0 | 101101 | 10000 | 10000101 | 111100 | 111100 |
Color Harmonies of #5BD675
Complementary color
Monochromatic Colors of #5BD675
Black with #5BD675
Text Example
Text Example
White with #5BD675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD675; }
p { color: rgb(91,214,117); }
H1.HeaderClassName
{
color: #5BD675;
}
.AnyTagClassName
{
color: #5BD675;
}
</style>
background-color css
<style>
a { background-color: #5BD675; }
a { background-color: rgb(91,214,117); }
div.DivClassName
{
background-color: #5BD675;
}
.BgClassName
{
background-color: #5BD675;
}
</style>
border-color css
<style>
span { border-color: #5BD675; }
span { border-color: rgb(91,214,117); }
td.TdClassName
{
border-color: #5BD675;
}
.TagClassName
{
border-color: #5BD675;
}
</style>