Shades of Apple #5FA649
Tints of Apple #5FA649
RGB
CMYK
RGB Variations
Color information
#5FA649 (or 0x5FA649) is known color: Apple. HEX triplet: 5F, A6 and 49. RGB value is (95,166,73). Sum of RGB (Red+Green+Blue) = 95+166+73=334 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.44% from 334); Green value is 166 (65.23% from 255 or 49.70% from 334); Blue value is 73 (28.91% from 255 or 21.86% from 334); Max value from RGB is 166 - color contains mainly: green. Hex color #5FA649 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA649 is #A059B6. Grayscale: #868686. Windows color (decimal): -10508727 or 4826719. OLE color: 4826719.
HSL color Cylindrical-coordinate representation of color #5FA649: hue angle of 105.81º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FA649 is Cyan = 0.43, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 95 | 166 | 73 | - |
| CMYK | 0.43 | 0 | 0.56 | 0.35 |
| HSL | 105.81º | 0.39% | 0.47% | - |
| HSV(B) | 105.81º | 0.56% | 0.65% | - |
| XYZ | 19.56 | 30.19 | 11.1 | - |
| YUV | 134.17 | 93.48 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 166 | 73 | 0.43 | 0 | 0.56 | 0.35 | 105.81 | 0.39 | 0.47 |
| Hex | 5F | A6 | 49 | 2B | 0 | 38 | 23 | 6A | 27 | 2F |
| Octal | 137 | 246 | 111 | 53 | 0 | 70 | 43 | 152 | 47 | 57 |
| Binary | 1011111 | 10100110 | 1001001 | 101011 | 0 | 111000 | 100011 | 1101010 | 100111 | 101111 |
Color Harmonies of #5FA649
Complementary color
Monochromatic Colors of #5FA649
Black with #5FA649
Text Example
Text Example
White with #5FA649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA649; }
p { color: rgb(95,166,73); }
H1.HeaderClassName
{
color: #5FA649;
}
.AnyTagClassName
{
color: #5FA649;
}
</style>
background-color css
<style>
a { background-color: #5FA649; }
a { background-color: rgb(95,166,73); }
div.DivClassName
{
background-color: #5FA649;
}
.BgClassName
{
background-color: #5FA649;
}
</style>
border-color css
<style>
span { border-color: #5FA649; }
span { border-color: rgb(95,166,73); }
td.TdClassName
{
border-color: #5FA649;
}
.TagClassName
{
border-color: #5FA649;
}
</style>