Shades of Apple #5FA344
Tints of Apple #5FA344
RGB
CMYK
RGB Variations
Color information
#5FA344 (or 0x5FA344) is known color: Apple. HEX triplet: 5F, A3 and 44. RGB value is (95,163,68). Sum of RGB (Red+Green+Blue) = 95+163+68=326 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.14% from 326); Green value is 163 (64.06% from 255 or 50% from 326); Blue value is 68 (26.95% from 255 or 20.86% from 326); Max value from RGB is 163 - color contains mainly: green. Hex color #5FA344 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA344 is #A05CBB. Grayscale: #848484. Windows color (decimal): -10509500 or 4498271. OLE color: 4498271.
HSL color Cylindrical-coordinate representation of color #5FA344: hue angle of 102.95º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FA344 is Cyan = 0.42, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 95 | 163 | 68 | - |
| CMYK | 0.42 | 0 | 0.58 | 0.36 |
| HSL | 102.95º | 0.41% | 0.45% | - |
| HSV(B) | 102.95º | 0.58% | 0.64% | - |
| XYZ | 18.86 | 29.04 | 10.08 | - |
| YUV | 131.84 | 91.97 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 163 | 68 | 0.42 | 0 | 0.58 | 0.36 | 102.95 | 0.41 | 0.45 |
| Hex | 5F | A3 | 44 | 2A | 0 | 3A | 24 | 67 | 29 | 2D |
| Octal | 137 | 243 | 104 | 52 | 0 | 72 | 44 | 147 | 51 | 55 |
| Binary | 1011111 | 10100011 | 1000100 | 101010 | 0 | 111010 | 100100 | 1100111 | 101001 | 101101 |
Color Harmonies of #5FA344
Complementary color
Monochromatic Colors of #5FA344
Black with #5FA344
Text Example
Text Example
White with #5FA344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA344; }
p { color: rgb(95,163,68); }
H1.HeaderClassName
{
color: #5FA344;
}
.AnyTagClassName
{
color: #5FA344;
}
</style>
background-color css
<style>
a { background-color: #5FA344; }
a { background-color: rgb(95,163,68); }
div.DivClassName
{
background-color: #5FA344;
}
.BgClassName
{
background-color: #5FA344;
}
</style>
border-color css
<style>
span { border-color: #5FA344; }
span { border-color: rgb(95,163,68); }
td.TdClassName
{
border-color: #5FA344;
}
.TagClassName
{
border-color: #5FA344;
}
</style>