Shades of Emerald #5BD075
Tints of Emerald #5BD075
RGB
CMYK
RGB Variations
Color information
#5BD075 (or 0x5BD075) is known color: Emerald. HEX triplet: 5B, D0 and 75. RGB value is (91,208,117). Sum of RGB (Red+Green+Blue) = 91+208+117=416 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.88% from 416); Green value is 208 (81.64% from 255 or 50% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 208 - color contains mainly: green. Hex color #5BD075 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BD075 is #A42F8A. Grayscale: #A2A2A2. Windows color (decimal): -10760075 or 7721051. OLE color: 7721051.
HSL color Cylindrical-coordinate representation of color #5BD075: hue angle of 133.33º 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 #5BD075 is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 91 | 208 | 117 | - |
| CMYK | 0.56 | 0 | 0.44 | 0.18 |
| HSL | 133.33º | 0.55% | 0.59% | - |
| HSV(B) | 133.33º | 0.56% | 0.82% | - |
| XYZ | 30.08 | 48.62 | 24.63 | - |
| YUV | 162.64 | 102.24 | 76.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 208 | 117 | 0.56 | 0 | 0.44 | 0.18 | 133.33 | 0.55 | 0.59 |
| Hex | 5B | D0 | 75 | 38 | 0 | 2C | 12 | 85 | 37 | 3B |
| Octal | 133 | 320 | 165 | 70 | 0 | 54 | 22 | 205 | 67 | 73 |
| Binary | 1011011 | 11010000 | 1110101 | 111000 | 0 | 101100 | 10010 | 10000101 | 110111 | 111011 |
Color Harmonies of #5BD075
Complementary color
Monochromatic Colors of #5BD075
Black with #5BD075
Text Example
Text Example
White with #5BD075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD075; }
p { color: rgb(91,208,117); }
H1.HeaderClassName
{
color: #5BD075;
}
.AnyTagClassName
{
color: #5BD075;
}
</style>
background-color css
<style>
a { background-color: #5BD075; }
a { background-color: rgb(91,208,117); }
div.DivClassName
{
background-color: #5BD075;
}
.BgClassName
{
background-color: #5BD075;
}
</style>
border-color css
<style>
span { border-color: #5BD075; }
span { border-color: rgb(91,208,117); }
td.TdClassName
{
border-color: #5BD075;
}
.TagClassName
{
border-color: #5BD075;
}
</style>