Shades of Apple #5FA448
Tints of Apple #5FA448
RGB
CMYK
RGB Variations
Color information
#5FA448 (or 0x5FA448) is known color: Apple. HEX triplet: 5F, A4 and 48. RGB value is (95,164,72). Sum of RGB (Red+Green+Blue) = 95+164+72=331 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.70% from 331); Green value is 164 (64.45% from 255 or 49.55% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 164 - color contains mainly: green. Hex color #5FA448 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA448 is #A05BB7. Grayscale: #858585. Windows color (decimal): -10509240 or 4760671. OLE color: 4760671.
HSL color Cylindrical-coordinate representation of color #5FA448: hue angle of 105º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FA448 is Cyan = 0.42, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 95 | 164 | 72 | - |
| CMYK | 0.42 | 0 | 0.56 | 0.36 |
| HSL | 105º | 0.39% | 0.46% | - |
| HSV(B) | 105º | 0.56% | 0.64% | - |
| XYZ | 19.16 | 29.45 | 10.81 | - |
| YUV | 132.88 | 93.64 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 164 | 72 | 0.42 | 0 | 0.56 | 0.36 | 105 | 0.39 | 0.46 |
| Hex | 5F | A4 | 48 | 2A | 0 | 38 | 24 | 69 | 27 | 2E |
| Octal | 137 | 244 | 110 | 52 | 0 | 70 | 44 | 151 | 47 | 56 |
| Binary | 1011111 | 10100100 | 1001000 | 101010 | 0 | 111000 | 100100 | 1101001 | 100111 | 101110 |
Color Harmonies of #5FA448
Complementary color
Monochromatic Colors of #5FA448
Black with #5FA448
Text Example
Text Example
White with #5FA448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA448; }
p { color: rgb(95,164,72); }
H1.HeaderClassName
{
color: #5FA448;
}
.AnyTagClassName
{
color: #5FA448;
}
</style>
background-color css
<style>
a { background-color: #5FA448; }
a { background-color: rgb(95,164,72); }
div.DivClassName
{
background-color: #5FA448;
}
.BgClassName
{
background-color: #5FA448;
}
</style>
border-color css
<style>
span { border-color: #5FA448; }
span { border-color: rgb(95,164,72); }
td.TdClassName
{
border-color: #5FA448;
}
.TagClassName
{
border-color: #5FA448;
}
</style>