Shades of Apple #5FBA40
Tints of Apple #5FBA40
RGB
CMYK
RGB Variations
Color information
#5FBA40 (or 0x5FBA40) is known color: Apple. HEX triplet: 5F, BA and 40. RGB value is (95,186,64). Sum of RGB (Red+Green+Blue) = 95+186+64=345 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.54% from 345); Green value is 186 (73.05% from 255 or 53.91% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 186 - color contains mainly: green. Hex color #5FBA40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FBA40 is #A045BF. Grayscale: #919191. Windows color (decimal): -10503616 or 4242015. OLE color: 4242015.
HSL color Cylindrical-coordinate representation of color #5FBA40: hue angle of 104.75º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5FBA40 is Cyan = 0.49, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 186 | 64 | - |
| CMYK | 0.49 | 0 | 0.66 | 0.27 |
| HSL | 104.75º | 0.49% | 0.49% | - |
| HSV(B) | 104.75º | 0.66% | 0.73% | - |
| XYZ | 23.2 | 37.92 | 10.95 | - |
| YUV | 144.88 | 82.35 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 186 | 64 | 0.49 | 0 | 0.66 | 0.27 | 104.75 | 0.49 | 0.49 |
| Hex | 5F | BA | 40 | 31 | 0 | 42 | 1B | 69 | 31 | 31 |
| Octal | 137 | 272 | 100 | 61 | 0 | 102 | 33 | 151 | 61 | 61 |
| Binary | 1011111 | 10111010 | 1000000 | 110001 | 0 | 1000010 | 11011 | 1101001 | 110001 | 110001 |
Color Harmonies of #5FBA40
Complementary color
Monochromatic Colors of #5FBA40
Black with #5FBA40
Text Example
Text Example
White with #5FBA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBA40; }
p { color: rgb(95,186,64); }
H1.HeaderClassName
{
color: #5FBA40;
}
.AnyTagClassName
{
color: #5FBA40;
}
</style>
background-color css
<style>
a { background-color: #5FBA40; }
a { background-color: rgb(95,186,64); }
div.DivClassName
{
background-color: #5FBA40;
}
.BgClassName
{
background-color: #5FBA40;
}
</style>
border-color css
<style>
span { border-color: #5FBA40; }
span { border-color: rgb(95,186,64); }
td.TdClassName
{
border-color: #5FBA40;
}
.TagClassName
{
border-color: #5FBA40;
}
</style>