Shades of Apple #5BAD40
Tints of Apple #5BAD40
RGB
CMYK
RGB Variations
Color information
#5BAD40 (or 0x5BAD40) is known color: Apple. HEX triplet: 5B, AD and 40. RGB value is (91,173,64). Sum of RGB (Red+Green+Blue) = 91+173+64=328 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.74% from 328); Green value is 173 (67.97% from 255 or 52.74% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 173 - color contains mainly: green. Hex color #5BAD40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BAD40 is #A452BF. Grayscale: #888888. Windows color (decimal): -10769088 or 4238683. OLE color: 4238683.
HSL color Cylindrical-coordinate representation of color #5BAD40: hue angle of 105.14º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BAD40 is Cyan = 0.47, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 91 | 173 | 64 | - |
| CMYK | 0.47 | 0 | 0.63 | 0.32 |
| HSL | 105.14º | 0.46% | 0.46% | - |
| HSV(B) | 105.14º | 0.63% | 0.68% | - |
| XYZ | 20.18 | 32.48 | 10.06 | - |
| YUV | 136.06 | 87.33 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 173 | 64 | 0.47 | 0 | 0.63 | 0.32 | 105.14 | 0.46 | 0.46 |
| Hex | 5B | AD | 40 | 2F | 0 | 3F | 20 | 69 | 2E | 2E |
| Octal | 133 | 255 | 100 | 57 | 0 | 77 | 40 | 151 | 56 | 56 |
| Binary | 1011011 | 10101101 | 1000000 | 101111 | 0 | 111111 | 100000 | 1101001 | 101110 | 101110 |
Color Harmonies of #5BAD40
Complementary color
Monochromatic Colors of #5BAD40
Black with #5BAD40
Text Example
Text Example
White with #5BAD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAD40; }
p { color: rgb(91,173,64); }
H1.HeaderClassName
{
color: #5BAD40;
}
.AnyTagClassName
{
color: #5BAD40;
}
</style>
background-color css
<style>
a { background-color: #5BAD40; }
a { background-color: rgb(91,173,64); }
div.DivClassName
{
background-color: #5BAD40;
}
.BgClassName
{
background-color: #5BAD40;
}
</style>
border-color css
<style>
span { border-color: #5BAD40; }
span { border-color: rgb(91,173,64); }
td.TdClassName
{
border-color: #5BAD40;
}
.TagClassName
{
border-color: #5BAD40;
}
</style>