Shades of Apple #5FAF3F
Tints of Apple #5FAF3F
RGB
CMYK
RGB Variations
Color information
#5FAF3F (or 0x5FAF3F) is known color: Apple. HEX triplet: 5F, AF and 3F. RGB value is (95,175,63). Sum of RGB (Red+Green+Blue) = 95+175+63=333 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.53% from 333); Green value is 175 (68.75% from 255 or 52.55% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 175 - color contains mainly: green. Hex color #5FAF3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FAF3F is #A050C0. Grayscale: #8A8A8A. Windows color (decimal): -10506433 or 4173663. OLE color: 4173663.
HSL color Cylindrical-coordinate representation of color #5FAF3F: hue angle of 102.86º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5FAF3F is Cyan = 0.46, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 95 | 175 | 63 | - |
| CMYK | 0.46 | 0 | 0.64 | 0.31 |
| HSL | 102.86º | 0.47% | 0.47% | - |
| HSV(B) | 102.86º | 0.64% | 0.69% | - |
| XYZ | 20.95 | 33.45 | 10.06 | - |
| YUV | 138.31 | 85.5 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 175 | 63 | 0.46 | 0 | 0.64 | 0.31 | 102.86 | 0.47 | 0.47 |
| Hex | 5F | AF | 3F | 2E | 0 | 40 | 1F | 67 | 2F | 2F |
| Octal | 137 | 257 | 77 | 56 | 0 | 100 | 37 | 147 | 57 | 57 |
| Binary | 1011111 | 10101111 | 111111 | 101110 | 0 | 1000000 | 11111 | 1100111 | 101111 | 101111 |
Color Harmonies of #5FAF3F
Complementary color
Monochromatic Colors of #5FAF3F
Black with #5FAF3F
Text Example
Text Example
White with #5FAF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAF3F; }
p { color: rgb(95,175,63); }
H1.HeaderClassName
{
color: #5FAF3F;
}
.AnyTagClassName
{
color: #5FAF3F;
}
</style>
background-color css
<style>
a { background-color: #5FAF3F; }
a { background-color: rgb(95,175,63); }
div.DivClassName
{
background-color: #5FAF3F;
}
.BgClassName
{
background-color: #5FAF3F;
}
</style>
border-color css
<style>
span { border-color: #5FAF3F; }
span { border-color: rgb(95,175,63); }
td.TdClassName
{
border-color: #5FAF3F;
}
.TagClassName
{
border-color: #5FAF3F;
}
</style>