Shades of Apple #5BA940
Tints of Apple #5BA940
RGB
CMYK
RGB Variations
Color information
#5BA940 (or 0x5BA940) is known color: Apple. HEX triplet: 5B, A9 and 40. RGB value is (91,169,64). Sum of RGB (Red+Green+Blue) = 91+169+64=324 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.09% from 324); Green value is 169 (66.41% from 255 or 52.16% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 169 - color contains mainly: green. Hex color #5BA940 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA940 is #A456BF. Grayscale: #868686. Windows color (decimal): -10770112 or 4237659. OLE color: 4237659.
HSL color Cylindrical-coordinate representation of color #5BA940: hue angle of 104.57º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BA940 is Cyan = 0.46, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 91 | 169 | 64 | - |
| CMYK | 0.46 | 0 | 0.62 | 0.34 |
| HSL | 104.57º | 0.45% | 0.46% | - |
| HSV(B) | 104.57º | 0.62% | 0.66% | - |
| XYZ | 19.43 | 30.97 | 9.8 | - |
| YUV | 133.71 | 88.66 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 169 | 64 | 0.46 | 0 | 0.62 | 0.34 | 104.57 | 0.45 | 0.46 |
| Hex | 5B | A9 | 40 | 2E | 0 | 3E | 22 | 69 | 2D | 2E |
| Octal | 133 | 251 | 100 | 56 | 0 | 76 | 42 | 151 | 55 | 56 |
| Binary | 1011011 | 10101001 | 1000000 | 101110 | 0 | 111110 | 100010 | 1101001 | 101101 | 101110 |
Color Harmonies of #5BA940
Complementary color
Monochromatic Colors of #5BA940
Black with #5BA940
Text Example
Text Example
White with #5BA940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA940; }
p { color: rgb(91,169,64); }
H1.HeaderClassName
{
color: #5BA940;
}
.AnyTagClassName
{
color: #5BA940;
}
</style>
background-color css
<style>
a { background-color: #5BA940; }
a { background-color: rgb(91,169,64); }
div.DivClassName
{
background-color: #5BA940;
}
.BgClassName
{
background-color: #5BA940;
}
</style>
border-color css
<style>
span { border-color: #5BA940; }
span { border-color: rgb(91,169,64); }
td.TdClassName
{
border-color: #5BA940;
}
.TagClassName
{
border-color: #5BA940;
}
</style>