Shades of Apple #5FA53E
Tints of Apple #5FA53E
RGB
CMYK
RGB Variations
Color information
#5FA53E (or 0x5FA53E) is known color: Apple. HEX triplet: 5F, A5 and 3E. RGB value is (95,165,62). Sum of RGB (Red+Green+Blue) = 95+165+62=322 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.50% from 322); Green value is 165 (64.84% from 255 or 51.24% from 322); Blue value is 62 (24.61% from 255 or 19.25% from 322); Max value from RGB is 165 - color contains mainly: green. Hex color #5FA53E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA53E is #A05AC1. Grayscale: #848484. Windows color (decimal): -10508994 or 4105567. OLE color: 4105567.
HSL color Cylindrical-coordinate representation of color #5FA53E: hue angle of 100.78º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FA53E is Cyan = 0.42, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 95 | 165 | 62 | - |
| CMYK | 0.42 | 0 | 0.62 | 0.35 |
| HSL | 100.78º | 0.45% | 0.45% | - |
| HSV(B) | 100.78º | 0.62% | 0.65% | - |
| XYZ | 19.04 | 29.69 | 9.28 | - |
| YUV | 132.33 | 88.31 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 165 | 62 | 0.42 | 0 | 0.62 | 0.35 | 100.78 | 0.45 | 0.45 |
| Hex | 5F | A5 | 3E | 2A | 0 | 3E | 23 | 65 | 2D | 2D |
| Octal | 137 | 245 | 76 | 52 | 0 | 76 | 43 | 145 | 55 | 55 |
| Binary | 1011111 | 10100101 | 111110 | 101010 | 0 | 111110 | 100011 | 1100101 | 101101 | 101101 |
Color Harmonies of #5FA53E
Complementary color
Monochromatic Colors of #5FA53E
Black with #5FA53E
Text Example
Text Example
White with #5FA53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA53E; }
p { color: rgb(95,165,62); }
H1.HeaderClassName
{
color: #5FA53E;
}
.AnyTagClassName
{
color: #5FA53E;
}
</style>
background-color css
<style>
a { background-color: #5FA53E; }
a { background-color: rgb(95,165,62); }
div.DivClassName
{
background-color: #5FA53E;
}
.BgClassName
{
background-color: #5FA53E;
}
</style>
border-color css
<style>
span { border-color: #5FA53E; }
span { border-color: rgb(95,165,62); }
td.TdClassName
{
border-color: #5FA53E;
}
.TagClassName
{
border-color: #5FA53E;
}
</style>