Shades of Apple #5FAA43
Tints of Apple #5FAA43
RGB
CMYK
RGB Variations
Color information
#5FAA43 (or 0x5FAA43) is known color: Apple. HEX triplet: 5F, AA and 43. RGB value is (95,170,67). Sum of RGB (Red+Green+Blue) = 95+170+67=332 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.61% from 332); Green value is 170 (66.80% from 255 or 51.20% from 332); Blue value is 67 (26.56% from 255 or 20.18% from 332); Max value from RGB is 170 - color contains mainly: green. Hex color #5FAA43 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FAA43 is #A055BC. Grayscale: #888888. Windows color (decimal): -10507709 or 4434527. OLE color: 4434527.
HSL color Cylindrical-coordinate representation of color #5FAA43: hue angle of 103.69º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FAA43 is Cyan = 0.44, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 170 | 67 | - |
| CMYK | 0.44 | 0 | 0.61 | 0.33 |
| HSL | 103.69º | 0.43% | 0.46% | - |
| HSV(B) | 103.69º | 0.61% | 0.67% | - |
| XYZ | 20.11 | 31.59 | 10.35 | - |
| YUV | 135.83 | 89.15 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 170 | 67 | 0.44 | 0 | 0.61 | 0.33 | 103.69 | 0.43 | 0.46 |
| Hex | 5F | AA | 43 | 2C | 0 | 3D | 21 | 68 | 2B | 2E |
| Octal | 137 | 252 | 103 | 54 | 0 | 75 | 41 | 150 | 53 | 56 |
| Binary | 1011111 | 10101010 | 1000011 | 101100 | 0 | 111101 | 100001 | 1101000 | 101011 | 101110 |
Color Harmonies of #5FAA43
Complementary color
Monochromatic Colors of #5FAA43
Black with #5FAA43
Text Example
Text Example
White with #5FAA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAA43; }
p { color: rgb(95,170,67); }
H1.HeaderClassName
{
color: #5FAA43;
}
.AnyTagClassName
{
color: #5FAA43;
}
</style>
background-color css
<style>
a { background-color: #5FAA43; }
a { background-color: rgb(95,170,67); }
div.DivClassName
{
background-color: #5FAA43;
}
.BgClassName
{
background-color: #5FAA43;
}
</style>
border-color css
<style>
span { border-color: #5FAA43; }
span { border-color: rgb(95,170,67); }
td.TdClassName
{
border-color: #5FAA43;
}
.TagClassName
{
border-color: #5FAA43;
}
</style>