Shades of Apple #5FBA4B
Tints of Apple #5FBA4B
RGB
CMYK
RGB Variations
Color information
#5FBA4B (or 0x5FBA4B) is known color: Apple. HEX triplet: 5F, BA and 4B. RGB value is (95,186,75). Sum of RGB (Red+Green+Blue) = 95+186+75=356 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.69% from 356); Green value is 186 (73.05% from 255 or 52.25% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 186 - color contains mainly: green. Hex color #5FBA4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FBA4B is #A045B4. Grayscale: #929292. Windows color (decimal): -10503605 or 4962911. OLE color: 4962911.
HSL color Cylindrical-coordinate representation of color #5FBA4B: hue angle of 109.19º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FBA4B is Cyan = 0.49, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 186 | 75 | - |
| CMYK | 0.49 | 0 | 0.60 | 0.27 |
| HSL | 109.19º | 0.45% | 0.51% | - |
| HSV(B) | 109.19º | 0.6% | 0.73% | - |
| XYZ | 23.55 | 38.06 | 12.76 | - |
| YUV | 146.14 | 87.85 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 186 | 75 | 0.49 | 0 | 0.60 | 0.27 | 109.19 | 0.45 | 0.51 |
| Hex | 5F | BA | 4B | 31 | 0 | 3C | 1B | 6D | 2D | 33 |
| Octal | 137 | 272 | 113 | 61 | 0 | 74 | 33 | 155 | 55 | 63 |
| Binary | 1011111 | 10111010 | 1001011 | 110001 | 0 | 111100 | 11011 | 1101101 | 101101 | 110011 |
Color Harmonies of #5FBA4B
Complementary color
Monochromatic Colors of #5FBA4B
Black with #5FBA4B
Text Example
Text Example
White with #5FBA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBA4B; }
p { color: rgb(95,186,75); }
H1.HeaderClassName
{
color: #5FBA4B;
}
.AnyTagClassName
{
color: #5FBA4B;
}
</style>
background-color css
<style>
a { background-color: #5FBA4B; }
a { background-color: rgb(95,186,75); }
div.DivClassName
{
background-color: #5FBA4B;
}
.BgClassName
{
background-color: #5FBA4B;
}
</style>
border-color css
<style>
span { border-color: #5FBA4B; }
span { border-color: rgb(95,186,75); }
td.TdClassName
{
border-color: #5FBA4B;
}
.TagClassName
{
border-color: #5FBA4B;
}
</style>