Shades of Apple #5FAF32
Tints of Apple #5FAF32
RGB
CMYK
RGB Variations
Color information
#5FAF32 (or 0x5FAF32) is known color: Apple. HEX triplet: 5F, AF and 32. RGB value is (95,175,50). Sum of RGB (Red+Green+Blue) = 95+175+50=320 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.69% from 320); Green value is 175 (68.75% from 255 or 54.69% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 175 - color contains mainly: green. Hex color #5FAF32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FAF32 is #A050CD. Grayscale: #898989. Windows color (decimal): -10506446 or 3321695. OLE color: 3321695.
HSL color Cylindrical-coordinate representation of color #5FAF32: hue angle of 98.4º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5FAF32 is Cyan = 0.46, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 95 | 175 | 50 | - |
| CMYK | 0.46 | 0 | 0.71 | 0.31 |
| HSL | 98.4º | 0.56% | 0.44% | - |
| HSV(B) | 98.4º | 0.71% | 0.69% | - |
| XYZ | 20.63 | 33.32 | 8.36 | - |
| YUV | 136.83 | 79 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 175 | 50 | 0.46 | 0 | 0.71 | 0.31 | 98.4 | 0.56 | 0.44 |
| Hex | 5F | AF | 32 | 2E | 0 | 47 | 1F | 62 | 38 | 2C |
| Octal | 137 | 257 | 62 | 56 | 0 | 107 | 37 | 142 | 70 | 54 |
| Binary | 1011111 | 10101111 | 110010 | 101110 | 0 | 1000111 | 11111 | 1100010 | 111000 | 101100 |
Color Harmonies of #5FAF32
Complementary color
Monochromatic Colors of #5FAF32
Black with #5FAF32
Text Example
Text Example
White with #5FAF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAF32; }
p { color: rgb(95,175,50); }
H1.HeaderClassName
{
color: #5FAF32;
}
.AnyTagClassName
{
color: #5FAF32;
}
</style>
background-color css
<style>
a { background-color: #5FAF32; }
a { background-color: rgb(95,175,50); }
div.DivClassName
{
background-color: #5FAF32;
}
.BgClassName
{
background-color: #5FAF32;
}
</style>
border-color css
<style>
span { border-color: #5FAF32; }
span { border-color: rgb(95,175,50); }
td.TdClassName
{
border-color: #5FAF32;
}
.TagClassName
{
border-color: #5FAF32;
}
</style>