Shades of Apple #5BA140
Tints of Apple #5BA140
RGB
CMYK
RGB Variations
Color information
#5BA140 (or 0x5BA140) is known color: Apple. HEX triplet: 5B, A1 and 40. RGB value is (91,161,64). Sum of RGB (Red+Green+Blue) = 91+161+64=316 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.80% from 316); Green value is 161 (63.28% from 255 or 50.95% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 161 - color contains mainly: green. Hex color #5BA140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA140 is #A45EBF. Grayscale: #818181. Windows color (decimal): -10772160 or 4235611. OLE color: 4235611.
HSL color Cylindrical-coordinate representation of color #5BA140: hue angle of 103.3º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5BA140 is Cyan = 0.43, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 91 | 161 | 64 | - |
| CMYK | 0.43 | 0 | 0.60 | 0.37 |
| HSL | 103.3º | 0.43% | 0.44% | - |
| HSV(B) | 103.3º | 0.6% | 0.63% | - |
| XYZ | 17.98 | 28.08 | 9.32 | - |
| YUV | 129.01 | 91.31 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 161 | 64 | 0.43 | 0 | 0.60 | 0.37 | 103.3 | 0.43 | 0.44 |
| Hex | 5B | A1 | 40 | 2B | 0 | 3C | 25 | 67 | 2B | 2C |
| Octal | 133 | 241 | 100 | 53 | 0 | 74 | 45 | 147 | 53 | 54 |
| Binary | 1011011 | 10100001 | 1000000 | 101011 | 0 | 111100 | 100101 | 1100111 | 101011 | 101100 |
Color Harmonies of #5BA140
Complementary color
Monochromatic Colors of #5BA140
Black with #5BA140
Text Example
Text Example
White with #5BA140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA140; }
p { color: rgb(91,161,64); }
H1.HeaderClassName
{
color: #5BA140;
}
.AnyTagClassName
{
color: #5BA140;
}
</style>
background-color css
<style>
a { background-color: #5BA140; }
a { background-color: rgb(91,161,64); }
div.DivClassName
{
background-color: #5BA140;
}
.BgClassName
{
background-color: #5BA140;
}
</style>
border-color css
<style>
span { border-color: #5BA140; }
span { border-color: rgb(91,161,64); }
td.TdClassName
{
border-color: #5BA140;
}
.TagClassName
{
border-color: #5BA140;
}
</style>