Shades of Apple #5BD551
Tints of Apple #5BD551
RGB
CMYK
RGB Variations
Color information
#5BD551 (or 0x5BD551) is known color: Apple. HEX triplet: 5B, D5 and 51. RGB value is (91,213,81). Sum of RGB (Red+Green+Blue) = 91+213+81=385 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.64% from 385); Green value is 213 (83.59% from 255 or 55.32% from 385); Blue value is 81 (32.03% from 255 or 21.04% from 385); Max value from RGB is 213 - color contains mainly: green. Hex color #5BD551 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BD551 is #A42AAE. Grayscale: #A1A1A1. Windows color (decimal): -10758831 or 5363035. OLE color: 5363035.
HSL color Cylindrical-coordinate representation of color #5BD551: hue angle of 115.45º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BD551 is Cyan = 0.57, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 91 | 213 | 81 | - |
| CMYK | 0.57 | 0 | 0.62 | 0.16 |
| HSL | 115.45º | 0.61% | 0.58% | - |
| HSV(B) | 115.45º | 0.62% | 0.84% | - |
| XYZ | 29.59 | 50.41 | 15.95 | - |
| YUV | 161.47 | 82.58 | 77.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 213 | 81 | 0.57 | 0 | 0.62 | 0.16 | 115.45 | 0.61 | 0.58 |
| Hex | 5B | D5 | 51 | 39 | 0 | 3E | 10 | 73 | 3D | 3A |
| Octal | 133 | 325 | 121 | 71 | 0 | 76 | 20 | 163 | 75 | 72 |
| Binary | 1011011 | 11010101 | 1010001 | 111001 | 0 | 111110 | 10000 | 1110011 | 111101 | 111010 |
Color Harmonies of #5BD551
Complementary color
Monochromatic Colors of #5BD551
Black with #5BD551
Text Example
Text Example
White with #5BD551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD551; }
p { color: rgb(91,213,81); }
H1.HeaderClassName
{
color: #5BD551;
}
.AnyTagClassName
{
color: #5BD551;
}
</style>
background-color css
<style>
a { background-color: #5BD551; }
a { background-color: rgb(91,213,81); }
div.DivClassName
{
background-color: #5BD551;
}
.BgClassName
{
background-color: #5BD551;
}
</style>
border-color css
<style>
span { border-color: #5BD551; }
span { border-color: rgb(91,213,81); }
td.TdClassName
{
border-color: #5BD551;
}
.TagClassName
{
border-color: #5BD551;
}
</style>