Shades of Apple #5BAF49
Tints of Apple #5BAF49
RGB
CMYK
RGB Variations
Color information
#5BAF49 (or 0x5BAF49) is known color: Apple. HEX triplet: 5B, AF and 49. RGB value is (91,175,73). Sum of RGB (Red+Green+Blue) = 91+175+73=339 (44% of max value = 765). Red value is 91 (35.94% from 255 or 26.84% from 339); Green value is 175 (68.75% from 255 or 51.62% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 175 - color contains mainly: green. Hex color #5BAF49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BAF49 is #A450B6. Grayscale: #8A8A8A. Windows color (decimal): -10768567 or 4829019. OLE color: 4829019.
HSL color Cylindrical-coordinate representation of color #5BAF49: hue angle of 109.41º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5BAF49 is Cyan = 0.48, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 91 | 175 | 73 | - |
| CMYK | 0.48 | 0 | 0.58 | 0.31 |
| HSL | 109.41º | 0.41% | 0.49% | - |
| HSV(B) | 109.41º | 0.58% | 0.69% | - |
| XYZ | 20.85 | 33.37 | 11.64 | - |
| YUV | 138.26 | 91.17 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 175 | 73 | 0.48 | 0 | 0.58 | 0.31 | 109.41 | 0.41 | 0.49 |
| Hex | 5B | AF | 49 | 30 | 0 | 3A | 1F | 6D | 29 | 31 |
| Octal | 133 | 257 | 111 | 60 | 0 | 72 | 37 | 155 | 51 | 61 |
| Binary | 1011011 | 10101111 | 1001001 | 110000 | 0 | 111010 | 11111 | 1101101 | 101001 | 110001 |
Color Harmonies of #5BAF49
Complementary color
Monochromatic Colors of #5BAF49
Black with #5BAF49
Text Example
Text Example
White with #5BAF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAF49; }
p { color: rgb(91,175,73); }
H1.HeaderClassName
{
color: #5BAF49;
}
.AnyTagClassName
{
color: #5BAF49;
}
</style>
background-color css
<style>
a { background-color: #5BAF49; }
a { background-color: rgb(91,175,73); }
div.DivClassName
{
background-color: #5BAF49;
}
.BgClassName
{
background-color: #5BAF49;
}
</style>
border-color css
<style>
span { border-color: #5BAF49; }
span { border-color: rgb(91,175,73); }
td.TdClassName
{
border-color: #5BAF49;
}
.TagClassName
{
border-color: #5BAF49;
}
</style>