Shades of Apple #5FA63C
Tints of Apple #5FA63C
RGB
CMYK
RGB Variations
Color information
#5FA63C (or 0x5FA63C) is known color: Apple. HEX triplet: 5F, A6 and 3C. RGB value is (95,166,60). Sum of RGB (Red+Green+Blue) = 95+166+60=321 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.60% from 321); Green value is 166 (65.23% from 255 or 51.71% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 166 - color contains mainly: green. Hex color #5FA63C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA63C is #A059C3. Grayscale: #858585. Windows color (decimal): -10508740 or 3974751. OLE color: 3974751.
HSL color Cylindrical-coordinate representation of color #5FA63C: hue angle of 100.19º 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 #5FA63C is Cyan = 0.43, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 95 | 166 | 60 | - |
| CMYK | 0.43 | 0 | 0.64 | 0.35 |
| HSL | 100.19º | 0.47% | 0.44% | - |
| HSV(B) | 100.19º | 0.64% | 0.65% | - |
| XYZ | 19.17 | 30.03 | 9.06 | - |
| YUV | 132.69 | 86.98 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 166 | 60 | 0.43 | 0 | 0.64 | 0.35 | 100.19 | 0.47 | 0.44 |
| Hex | 5F | A6 | 3C | 2B | 0 | 40 | 23 | 64 | 2F | 2C |
| Octal | 137 | 246 | 74 | 53 | 0 | 100 | 43 | 144 | 57 | 54 |
| Binary | 1011111 | 10100110 | 111100 | 101011 | 0 | 1000000 | 100011 | 1100100 | 101111 | 101100 |
Color Harmonies of #5FA63C
Complementary color
Monochromatic Colors of #5FA63C
Black with #5FA63C
Text Example
Text Example
White with #5FA63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA63C; }
p { color: rgb(95,166,60); }
H1.HeaderClassName
{
color: #5FA63C;
}
.AnyTagClassName
{
color: #5FA63C;
}
</style>
background-color css
<style>
a { background-color: #5FA63C; }
a { background-color: rgb(95,166,60); }
div.DivClassName
{
background-color: #5FA63C;
}
.BgClassName
{
background-color: #5FA63C;
}
</style>
border-color css
<style>
span { border-color: #5FA63C; }
span { border-color: rgb(95,166,60); }
td.TdClassName
{
border-color: #5FA63C;
}
.TagClassName
{
border-color: #5FA63C;
}
</style>