Shades of Apple #5FA53C
Tints of Apple #5FA53C
RGB
CMYK
RGB Variations
Color information
#5FA53C (or 0x5FA53C) is known color: Apple. HEX triplet: 5F, A5 and 3C. RGB value is (95,165,60). Sum of RGB (Red+Green+Blue) = 95+165+60=320 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.69% from 320); Green value is 165 (64.84% from 255 or 51.56% from 320); Blue value is 60 (23.83% from 255 or 18.75% from 320); Max value from RGB is 165 - color contains mainly: green. Hex color #5FA53C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA53C is #A05AC3. Grayscale: #848484. Windows color (decimal): -10508996 or 3974495. OLE color: 3974495.
HSL color Cylindrical-coordinate representation of color #5FA53C: hue angle of 100º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5FA53C is Cyan = 0.42, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 95 | 165 | 60 | - |
| CMYK | 0.42 | 0 | 0.64 | 0.35 |
| HSL | 100º | 0.47% | 0.44% | - |
| HSV(B) | 100º | 0.64% | 0.65% | - |
| XYZ | 18.99 | 29.67 | 9 | - |
| YUV | 132.1 | 87.31 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 165 | 60 | 0.42 | 0 | 0.64 | 0.35 | 100 | 0.47 | 0.44 |
| Hex | 5F | A5 | 3C | 2A | 0 | 40 | 23 | 64 | 2F | 2C |
| Octal | 137 | 245 | 74 | 52 | 0 | 100 | 43 | 144 | 57 | 54 |
| Binary | 1011111 | 10100101 | 111100 | 101010 | 0 | 1000000 | 100011 | 1100100 | 101111 | 101100 |
Color Harmonies of #5FA53C
Complementary color
Monochromatic Colors of #5FA53C
Black with #5FA53C
Text Example
Text Example
White with #5FA53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA53C; }
p { color: rgb(95,165,60); }
H1.HeaderClassName
{
color: #5FA53C;
}
.AnyTagClassName
{
color: #5FA53C;
}
</style>
background-color css
<style>
a { background-color: #5FA53C; }
a { background-color: rgb(95,165,60); }
div.DivClassName
{
background-color: #5FA53C;
}
.BgClassName
{
background-color: #5FA53C;
}
</style>
border-color css
<style>
span { border-color: #5FA53C; }
span { border-color: rgb(95,165,60); }
td.TdClassName
{
border-color: #5FA53C;
}
.TagClassName
{
border-color: #5FA53C;
}
</style>