Shades of Emerald #5BCD75
Tints of Emerald #5BCD75
RGB
CMYK
RGB Variations
Color information
#5BCD75 (or 0x5BCD75) is known color: Emerald. HEX triplet: 5B, CD and 75. RGB value is (91,205,117). Sum of RGB (Red+Green+Blue) = 91+205+117=413 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.03% from 413); Green value is 205 (80.47% from 255 or 49.64% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 205 - color contains mainly: green. Hex color #5BCD75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BCD75 is #A4328A. Grayscale: #A1A1A1. Windows color (decimal): -10760843 or 7720283. OLE color: 7720283.
HSL color Cylindrical-coordinate representation of color #5BCD75: hue angle of 133.68º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BCD75 is Cyan = 0.56, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 205 | 117 | - |
| CMYK | 0.56 | 0 | 0.43 | 0.20 |
| HSL | 133.68º | 0.53% | 0.58% | - |
| HSV(B) | 133.68º | 0.56% | 0.8% | - |
| XYZ | 29.36 | 47.17 | 24.39 | - |
| YUV | 160.88 | 103.23 | 78.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 205 | 117 | 0.56 | 0 | 0.43 | 0.20 | 133.68 | 0.53 | 0.58 |
| Hex | 5B | CD | 75 | 38 | 0 | 2B | 14 | 86 | 35 | 3A |
| Octal | 133 | 315 | 165 | 70 | 0 | 53 | 24 | 206 | 65 | 72 |
| Binary | 1011011 | 11001101 | 1110101 | 111000 | 0 | 101011 | 10100 | 10000110 | 110101 | 111010 |
Color Harmonies of #5BCD75
Complementary color
Monochromatic Colors of #5BCD75
Black with #5BCD75
Text Example
Text Example
White with #5BCD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCD75; }
p { color: rgb(91,205,117); }
H1.HeaderClassName
{
color: #5BCD75;
}
.AnyTagClassName
{
color: #5BCD75;
}
</style>
background-color css
<style>
a { background-color: #5BCD75; }
a { background-color: rgb(91,205,117); }
div.DivClassName
{
background-color: #5BCD75;
}
.BgClassName
{
background-color: #5BCD75;
}
</style>
border-color css
<style>
span { border-color: #5BCD75; }
span { border-color: rgb(91,205,117); }
td.TdClassName
{
border-color: #5BCD75;
}
.TagClassName
{
border-color: #5BCD75;
}
</style>