Shades of Apple #5BA74F
Tints of Apple #5BA74F
RGB
CMYK
RGB Variations
Color information
#5BA74F (or 0x5BA74F) is known color: Apple. HEX triplet: 5B, A7 and 4F. RGB value is (91,167,79). Sum of RGB (Red+Green+Blue) = 91+167+79=337 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.00% from 337); Green value is 167 (65.62% from 255 or 49.55% from 337); Blue value is 79 (31.25% from 255 or 23.44% from 337); Max value from RGB is 167 - color contains mainly: green. Hex color #5BA74F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA74F is #A458B0. Grayscale: #868686. Windows color (decimal): -10770609 or 5220187. OLE color: 5220187.
HSL color Cylindrical-coordinate representation of color #5BA74F: hue angle of 111.82º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5BA74F is Cyan = 0.46, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 91 | 167 | 79 | - |
| CMYK | 0.46 | 0 | 0.53 | 0.35 |
| HSL | 111.82º | 0.36% | 0.48% | - |
| HSV(B) | 111.82º | 0.53% | 0.65% | - |
| XYZ | 19.54 | 30.43 | 12.24 | - |
| YUV | 134.24 | 96.82 | 97.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 167 | 79 | 0.46 | 0 | 0.53 | 0.35 | 111.82 | 0.36 | 0.48 |
| Hex | 5B | A7 | 4F | 2E | 0 | 35 | 23 | 70 | 24 | 30 |
| Octal | 133 | 247 | 117 | 56 | 0 | 65 | 43 | 160 | 44 | 60 |
| Binary | 1011011 | 10100111 | 1001111 | 101110 | 0 | 110101 | 100011 | 1110000 | 100100 | 110000 |
Color Harmonies of #5BA74F
Complementary color
Monochromatic Colors of #5BA74F
Black with #5BA74F
Text Example
Text Example
White with #5BA74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA74F; }
p { color: rgb(91,167,79); }
H1.HeaderClassName
{
color: #5BA74F;
}
.AnyTagClassName
{
color: #5BA74F;
}
</style>
background-color css
<style>
a { background-color: #5BA74F; }
a { background-color: rgb(91,167,79); }
div.DivClassName
{
background-color: #5BA74F;
}
.BgClassName
{
background-color: #5BA74F;
}
</style>
border-color css
<style>
span { border-color: #5BA74F; }
span { border-color: rgb(91,167,79); }
td.TdClassName
{
border-color: #5BA74F;
}
.TagClassName
{
border-color: #5BA74F;
}
</style>