Shades of Apple #5FAF42
Tints of Apple #5FAF42
RGB
CMYK
RGB Variations
Color information
#5FAF42 (or 0x5FAF42) is known color: Apple. HEX triplet: 5F, AF and 42. RGB value is (95,175,66). Sum of RGB (Red+Green+Blue) = 95+175+66=336 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.27% from 336); Green value is 175 (68.75% from 255 or 52.08% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 175 - color contains mainly: green. Hex color #5FAF42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FAF42 is #A050BD. Grayscale: #8B8B8B. Windows color (decimal): -10506430 or 4370271. OLE color: 4370271.
HSL color Cylindrical-coordinate representation of color #5FAF42: hue angle of 104.04º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FAF42 is Cyan = 0.46, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 95 | 175 | 66 | - |
| CMYK | 0.46 | 0 | 0.62 | 0.31 |
| HSL | 104.04º | 0.45% | 0.47% | - |
| HSV(B) | 104.04º | 0.62% | 0.69% | - |
| XYZ | 21.03 | 33.49 | 10.51 | - |
| YUV | 138.65 | 87 | 96.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 175 | 66 | 0.46 | 0 | 0.62 | 0.31 | 104.04 | 0.45 | 0.47 |
| Hex | 5F | AF | 42 | 2E | 0 | 3E | 1F | 68 | 2D | 2F |
| Octal | 137 | 257 | 102 | 56 | 0 | 76 | 37 | 150 | 55 | 57 |
| Binary | 1011111 | 10101111 | 1000010 | 101110 | 0 | 111110 | 11111 | 1101000 | 101101 | 101111 |
Color Harmonies of #5FAF42
Complementary color
Monochromatic Colors of #5FAF42
Black with #5FAF42
Text Example
Text Example
White with #5FAF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAF42; }
p { color: rgb(95,175,66); }
H1.HeaderClassName
{
color: #5FAF42;
}
.AnyTagClassName
{
color: #5FAF42;
}
</style>
background-color css
<style>
a { background-color: #5FAF42; }
a { background-color: rgb(95,175,66); }
div.DivClassName
{
background-color: #5FAF42;
}
.BgClassName
{
background-color: #5FAF42;
}
</style>
border-color css
<style>
span { border-color: #5FAF42; }
span { border-color: rgb(95,175,66); }
td.TdClassName
{
border-color: #5FAF42;
}
.TagClassName
{
border-color: #5FAF42;
}
</style>