Shades of Apple #5BA44F
Tints of Apple #5BA44F
RGB
CMYK
RGB Variations
Color information
#5BA44F (or 0x5BA44F) is known color: Apple. HEX triplet: 5B, A4 and 4F. RGB value is (91,164,79). Sum of RGB (Red+Green+Blue) = 91+164+79=334 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.25% from 334); Green value is 164 (64.45% from 255 or 49.10% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 164 - color contains mainly: green. Hex color #5BA44F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA44F is #A45BB0. Grayscale: #848484. Windows color (decimal): -10771377 or 5219419. OLE color: 5219419.
HSL color Cylindrical-coordinate representation of color #5BA44F: hue angle of 111.53º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5BA44F is Cyan = 0.45, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 91 | 164 | 79 | - |
| CMYK | 0.45 | 0 | 0.52 | 0.36 |
| HSL | 111.53º | 0.35% | 0.48% | - |
| HSV(B) | 111.53º | 0.52% | 0.64% | - |
| XYZ | 19 | 29.34 | 12.06 | - |
| YUV | 132.48 | 97.82 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 164 | 79 | 0.45 | 0 | 0.52 | 0.36 | 111.53 | 0.35 | 0.48 |
| Hex | 5B | A4 | 4F | 2D | 0 | 34 | 24 | 70 | 23 | 30 |
| Octal | 133 | 244 | 117 | 55 | 0 | 64 | 44 | 160 | 43 | 60 |
| Binary | 1011011 | 10100100 | 1001111 | 101101 | 0 | 110100 | 100100 | 1110000 | 100011 | 110000 |
Color Harmonies of #5BA44F
Complementary color
Monochromatic Colors of #5BA44F
Black with #5BA44F
Text Example
Text Example
White with #5BA44F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA44F; }
p { color: rgb(91,164,79); }
H1.HeaderClassName
{
color: #5BA44F;
}
.AnyTagClassName
{
color: #5BA44F;
}
</style>
background-color css
<style>
a { background-color: #5BA44F; }
a { background-color: rgb(91,164,79); }
div.DivClassName
{
background-color: #5BA44F;
}
.BgClassName
{
background-color: #5BA44F;
}
</style>
border-color css
<style>
span { border-color: #5BA44F; }
span { border-color: rgb(91,164,79); }
td.TdClassName
{
border-color: #5BA44F;
}
.TagClassName
{
border-color: #5BA44F;
}
</style>