Shades of Apple #5FAF35
Tints of Apple #5FAF35
RGB
CMYK
RGB Variations
Color information
#5FAF35 (or 0x5FAF35) is known color: Apple. HEX triplet: 5F, AF and 35. RGB value is (95,175,53). Sum of RGB (Red+Green+Blue) = 95+175+53=323 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.41% from 323); Green value is 175 (68.75% from 255 or 54.18% from 323); Blue value is 53 (21.09% from 255 or 16.41% from 323); Max value from RGB is 175 - color contains mainly: green. Hex color #5FAF35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FAF35 is #A050CA. Grayscale: #898989. Windows color (decimal): -10506443 or 3518303. OLE color: 3518303.
HSL color Cylindrical-coordinate representation of color #5FAF35: hue angle of 99.34º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5FAF35 is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 95 | 175 | 53 | - |
| CMYK | 0.46 | 0 | 0.70 | 0.31 |
| HSL | 99.34º | 0.54% | 0.45% | - |
| HSV(B) | 99.34º | 0.7% | 0.69% | - |
| XYZ | 20.69 | 33.35 | 8.71 | - |
| YUV | 137.17 | 80.5 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 175 | 53 | 0.46 | 0 | 0.70 | 0.31 | 99.34 | 0.54 | 0.45 |
| Hex | 5F | AF | 35 | 2E | 0 | 46 | 1F | 63 | 36 | 2D |
| Octal | 137 | 257 | 65 | 56 | 0 | 106 | 37 | 143 | 66 | 55 |
| Binary | 1011111 | 10101111 | 110101 | 101110 | 0 | 1000110 | 11111 | 1100011 | 110110 | 101101 |
Color Harmonies of #5FAF35
Complementary color
Monochromatic Colors of #5FAF35
Black with #5FAF35
Text Example
Text Example
White with #5FAF35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAF35; }
p { color: rgb(95,175,53); }
H1.HeaderClassName
{
color: #5FAF35;
}
.AnyTagClassName
{
color: #5FAF35;
}
</style>
background-color css
<style>
a { background-color: #5FAF35; }
a { background-color: rgb(95,175,53); }
div.DivClassName
{
background-color: #5FAF35;
}
.BgClassName
{
background-color: #5FAF35;
}
</style>
border-color css
<style>
span { border-color: #5FAF35; }
span { border-color: rgb(95,175,53); }
td.TdClassName
{
border-color: #5FAF35;
}
.TagClassName
{
border-color: #5FAF35;
}
</style>