Shades of Emerald #5BC57D
Tints of Emerald #5BC57D
RGB
CMYK
RGB Variations
Color information
#5BC57D (or 0x5BC57D) is known color: Emerald. HEX triplet: 5B, C5 and 7D. RGB value is (91,197,125). Sum of RGB (Red+Green+Blue) = 91+197+125=413 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.03% from 413); Green value is 197 (77.34% from 255 or 47.70% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 197 - color contains mainly: green. Hex color #5BC57D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BC57D is #A43A82. Grayscale: #9D9D9D. Windows color (decimal): -10762883 or 8242523. OLE color: 8242523.
HSL color Cylindrical-coordinate representation of color #5BC57D: hue angle of 139.25º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5BC57D is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 91 | 197 | 125 | - |
| CMYK | 0.54 | 0 | 0.37 | 0.23 |
| HSL | 139.25º | 0.48% | 0.56% | - |
| HSV(B) | 139.25º | 0.54% | 0.77% | - |
| XYZ | 27.98 | 43.64 | 26.35 | - |
| YUV | 157.1 | 109.88 | 80.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 197 | 125 | 0.54 | 0 | 0.37 | 0.23 | 139.25 | 0.48 | 0.56 |
| Hex | 5B | C5 | 7D | 36 | 0 | 25 | 17 | 8B | 30 | 38 |
| Octal | 133 | 305 | 175 | 66 | 0 | 45 | 27 | 213 | 60 | 70 |
| Binary | 1011011 | 11000101 | 1111101 | 110110 | 0 | 100101 | 10111 | 10001011 | 110000 | 111000 |
Color Harmonies of #5BC57D
Complementary color
Monochromatic Colors of #5BC57D
Black with #5BC57D
Text Example
Text Example
White with #5BC57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC57D; }
p { color: rgb(91,197,125); }
H1.HeaderClassName
{
color: #5BC57D;
}
.AnyTagClassName
{
color: #5BC57D;
}
</style>
background-color css
<style>
a { background-color: #5BC57D; }
a { background-color: rgb(91,197,125); }
div.DivClassName
{
background-color: #5BC57D;
}
.BgClassName
{
background-color: #5BC57D;
}
</style>
border-color css
<style>
span { border-color: #5BC57D; }
span { border-color: rgb(91,197,125); }
td.TdClassName
{
border-color: #5BC57D;
}
.TagClassName
{
border-color: #5BC57D;
}
</style>