Shades of Apple #5FAA39
Tints of Apple #5FAA39
RGB
CMYK
RGB Variations
Color information
#5FAA39 (or 0x5FAA39) is known color: Apple. HEX triplet: 5F, AA and 39. RGB value is (95,170,57). Sum of RGB (Red+Green+Blue) = 95+170+57=322 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.50% from 322); Green value is 170 (66.80% from 255 or 52.80% from 322); Blue value is 57 (22.66% from 255 or 17.70% from 322); Max value from RGB is 170 - color contains mainly: green. Hex color #5FAA39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FAA39 is #A055C6. Grayscale: #878787. Windows color (decimal): -10507719 or 3779167. OLE color: 3779167.
HSL color Cylindrical-coordinate representation of color #5FAA39: hue angle of 99.82º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5FAA39 is Cyan = 0.44, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 170 | 57 | - |
| CMYK | 0.44 | 0 | 0.66 | 0.33 |
| HSL | 99.82º | 0.5% | 0.45% | - |
| HSV(B) | 99.82º | 0.66% | 0.67% | - |
| XYZ | 19.83 | 31.48 | 8.9 | - |
| YUV | 134.69 | 84.15 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 170 | 57 | 0.44 | 0 | 0.66 | 0.33 | 99.82 | 0.5 | 0.45 |
| Hex | 5F | AA | 39 | 2C | 0 | 42 | 21 | 64 | 32 | 2D |
| Octal | 137 | 252 | 71 | 54 | 0 | 102 | 41 | 144 | 62 | 55 |
| Binary | 1011111 | 10101010 | 111001 | 101100 | 0 | 1000010 | 100001 | 1100100 | 110010 | 101101 |
Color Harmonies of #5FAA39
Complementary color
Monochromatic Colors of #5FAA39
Black with #5FAA39
Text Example
Text Example
White with #5FAA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAA39; }
p { color: rgb(95,170,57); }
H1.HeaderClassName
{
color: #5FAA39;
}
.AnyTagClassName
{
color: #5FAA39;
}
</style>
background-color css
<style>
a { background-color: #5FAA39; }
a { background-color: rgb(95,170,57); }
div.DivClassName
{
background-color: #5FAA39;
}
.BgClassName
{
background-color: #5FAA39;
}
</style>
border-color css
<style>
span { border-color: #5FAA39; }
span { border-color: rgb(95,170,57); }
td.TdClassName
{
border-color: #5FAA39;
}
.TagClassName
{
border-color: #5FAA39;
}
</style>