Shades of Apple #5FA952
Tints of Apple #5FA952
RGB
CMYK
RGB Variations
Color information
#5FA952 (or 0x5FA952) is known color: Apple. HEX triplet: 5F, A9 and 52. RGB value is (95,169,82). Sum of RGB (Red+Green+Blue) = 95+169+82=346 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.46% from 346); Green value is 169 (66.41% from 255 or 48.84% from 346); Blue value is 82 (32.42% from 255 or 23.70% from 346); Max value from RGB is 169 - color contains mainly: green. Hex color #5FA952 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA952 is #A056AD. Grayscale: #898989. Windows color (decimal): -10507950 or 5417311. OLE color: 5417311.
HSL color Cylindrical-coordinate representation of color #5FA952: hue angle of 111.03º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5FA952 is Cyan = 0.44, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 95 | 169 | 82 | - |
| CMYK | 0.44 | 0 | 0.51 | 0.34 |
| HSL | 111.03º | 0.35% | 0.49% | - |
| HSV(B) | 111.03º | 0.51% | 0.66% | - |
| XYZ | 20.43 | 31.42 | 12.97 | - |
| YUV | 136.96 | 96.98 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 169 | 82 | 0.44 | 0 | 0.51 | 0.34 | 111.03 | 0.35 | 0.49 |
| Hex | 5F | A9 | 52 | 2C | 0 | 33 | 22 | 6F | 23 | 31 |
| Octal | 137 | 251 | 122 | 54 | 0 | 63 | 42 | 157 | 43 | 61 |
| Binary | 1011111 | 10101001 | 1010010 | 101100 | 0 | 110011 | 100010 | 1101111 | 100011 | 110001 |
Color Harmonies of #5FA952
Complementary color
Monochromatic Colors of #5FA952
Black with #5FA952
Text Example
Text Example
White with #5FA952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA952; }
p { color: rgb(95,169,82); }
H1.HeaderClassName
{
color: #5FA952;
}
.AnyTagClassName
{
color: #5FA952;
}
</style>
background-color css
<style>
a { background-color: #5FA952; }
a { background-color: rgb(95,169,82); }
div.DivClassName
{
background-color: #5FA952;
}
.BgClassName
{
background-color: #5FA952;
}
</style>
border-color css
<style>
span { border-color: #5FA952; }
span { border-color: rgb(95,169,82); }
td.TdClassName
{
border-color: #5FA952;
}
.TagClassName
{
border-color: #5FA952;
}
</style>