Shades of Apple #5BA144
Tints of Apple #5BA144
RGB
CMYK
RGB Variations
Color information
#5BA144 (or 0x5BA144) is known color: Apple. HEX triplet: 5B, A1 and 44. RGB value is (91,161,68). Sum of RGB (Red+Green+Blue) = 91+161+68=320 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.44% from 320); Green value is 161 (63.28% from 255 or 50.31% from 320); Blue value is 68 (26.95% from 255 or 21.25% from 320); Max value from RGB is 161 - color contains mainly: green. Hex color #5BA144 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA144 is #A45EBB. Grayscale: #818181. Windows color (decimal): -10772156 or 4497755. OLE color: 4497755.
HSL color Cylindrical-coordinate representation of color #5BA144: hue angle of 105.16º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5BA144 is Cyan = 0.43, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 91 | 161 | 68 | - |
| CMYK | 0.43 | 0 | 0.58 | 0.37 |
| HSL | 105.16º | 0.41% | 0.45% | - |
| HSV(B) | 105.16º | 0.58% | 0.63% | - |
| XYZ | 18.1 | 28.13 | 9.94 | - |
| YUV | 129.47 | 93.31 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 161 | 68 | 0.43 | 0 | 0.58 | 0.37 | 105.16 | 0.41 | 0.45 |
| Hex | 5B | A1 | 44 | 2B | 0 | 3A | 25 | 69 | 29 | 2D |
| Octal | 133 | 241 | 104 | 53 | 0 | 72 | 45 | 151 | 51 | 55 |
| Binary | 1011011 | 10100001 | 1000100 | 101011 | 0 | 111010 | 100101 | 1101001 | 101001 | 101101 |
Color Harmonies of #5BA144
Complementary color
Monochromatic Colors of #5BA144
Black with #5BA144
Text Example
Text Example
White with #5BA144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA144; }
p { color: rgb(91,161,68); }
H1.HeaderClassName
{
color: #5BA144;
}
.AnyTagClassName
{
color: #5BA144;
}
</style>
background-color css
<style>
a { background-color: #5BA144; }
a { background-color: rgb(91,161,68); }
div.DivClassName
{
background-color: #5BA144;
}
.BgClassName
{
background-color: #5BA144;
}
</style>
border-color css
<style>
span { border-color: #5BA144; }
span { border-color: rgb(91,161,68); }
td.TdClassName
{
border-color: #5BA144;
}
.TagClassName
{
border-color: #5BA144;
}
</style>