Shades of Apple #5BBD46
Tints of Apple #5BBD46
RGB
CMYK
RGB Variations
Color information
#5BBD46 (or 0x5BBD46) is known color: Apple. HEX triplet: 5B, BD and 46. RGB value is (91,189,70). Sum of RGB (Red+Green+Blue) = 91+189+70=350 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26% from 350); Green value is 189 (74.22% from 255 or 54% from 350); Blue value is 70 (27.73% from 255 or 20% from 350); Max value from RGB is 189 - color contains mainly: green. Hex color #5BBD46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BBD46 is #A442B9. Grayscale: #929292. Windows color (decimal): -10764986 or 4635995. OLE color: 4635995.
HSL color Cylindrical-coordinate representation of color #5BBD46: hue angle of 109.41º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BBD46 is Cyan = 0.52, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 189 | 70 | - |
| CMYK | 0.52 | 0 | 0.63 | 0.26 |
| HSL | 109.41º | 0.47% | 0.51% | - |
| HSV(B) | 109.41º | 0.63% | 0.74% | - |
| XYZ | 23.62 | 39.06 | 12.09 | - |
| YUV | 146.13 | 85.03 | 88.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 189 | 70 | 0.52 | 0 | 0.63 | 0.26 | 109.41 | 0.47 | 0.51 |
| Hex | 5B | BD | 46 | 34 | 0 | 3F | 1A | 6D | 2F | 33 |
| Octal | 133 | 275 | 106 | 64 | 0 | 77 | 32 | 155 | 57 | 63 |
| Binary | 1011011 | 10111101 | 1000110 | 110100 | 0 | 111111 | 11010 | 1101101 | 101111 | 110011 |
Color Harmonies of #5BBD46
Complementary color
Monochromatic Colors of #5BBD46
Black with #5BBD46
Text Example
Text Example
White with #5BBD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBD46; }
p { color: rgb(91,189,70); }
H1.HeaderClassName
{
color: #5BBD46;
}
.AnyTagClassName
{
color: #5BBD46;
}
</style>
background-color css
<style>
a { background-color: #5BBD46; }
a { background-color: rgb(91,189,70); }
div.DivClassName
{
background-color: #5BBD46;
}
.BgClassName
{
background-color: #5BBD46;
}
</style>
border-color css
<style>
span { border-color: #5BBD46; }
span { border-color: rgb(91,189,70); }
td.TdClassName
{
border-color: #5BBD46;
}
.TagClassName
{
border-color: #5BBD46;
}
</style>