Shades of Apple #5BBD55
Tints of Apple #5BBD55
RGB
CMYK
RGB Variations
Color information
#5BBD55 (or 0x5BBD55) is known color: Apple. HEX triplet: 5B, BD and 55. RGB value is (91,189,85). Sum of RGB (Red+Green+Blue) = 91+189+85=365 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.93% from 365); Green value is 189 (74.22% from 255 or 51.78% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 189 - color contains mainly: green. Hex color #5BBD55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BBD55 is #A442AA. Grayscale: #949494. Windows color (decimal): -10764971 or 5619035. OLE color: 5619035.
HSL color Cylindrical-coordinate representation of color #5BBD55: hue angle of 116.54º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5BBD55 is Cyan = 0.52, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 189 | 85 | - |
| CMYK | 0.52 | 0 | 0.55 | 0.26 |
| HSL | 116.54º | 0.44% | 0.54% | - |
| HSV(B) | 116.54º | 0.55% | 0.74% | - |
| XYZ | 24.15 | 39.28 | 14.9 | - |
| YUV | 147.84 | 92.53 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 189 | 85 | 0.52 | 0 | 0.55 | 0.26 | 116.54 | 0.44 | 0.54 |
| Hex | 5B | BD | 55 | 34 | 0 | 37 | 1A | 75 | 2C | 36 |
| Octal | 133 | 275 | 125 | 64 | 0 | 67 | 32 | 165 | 54 | 66 |
| Binary | 1011011 | 10111101 | 1010101 | 110100 | 0 | 110111 | 11010 | 1110101 | 101100 | 110110 |
Color Harmonies of #5BBD55
Complementary color
Monochromatic Colors of #5BBD55
Black with #5BBD55
Text Example
Text Example
White with #5BBD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBD55; }
p { color: rgb(91,189,85); }
H1.HeaderClassName
{
color: #5BBD55;
}
.AnyTagClassName
{
color: #5BBD55;
}
</style>
background-color css
<style>
a { background-color: #5BBD55; }
a { background-color: rgb(91,189,85); }
div.DivClassName
{
background-color: #5BBD55;
}
.BgClassName
{
background-color: #5BBD55;
}
</style>
border-color css
<style>
span { border-color: #5BBD55; }
span { border-color: rgb(91,189,85); }
td.TdClassName
{
border-color: #5BBD55;
}
.TagClassName
{
border-color: #5BBD55;
}
</style>