Shades of Apple #5FA83C
Tints of Apple #5FA83C
RGB
CMYK
RGB Variations
Color information
#5FA83C (or 0x5FA83C) is known color: Apple. HEX triplet: 5F, A8 and 3C. RGB value is (95,168,60). Sum of RGB (Red+Green+Blue) = 95+168+60=323 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.41% from 323); Green value is 168 (66.02% from 255 or 52.01% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 168 - color contains mainly: green. Hex color #5FA83C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA83C is #A057C3. Grayscale: #868686. Windows color (decimal): -10508228 or 3975263. OLE color: 3975263.
HSL color Cylindrical-coordinate representation of color #5FA83C: hue angle of 100.56º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5FA83C is Cyan = 0.43, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 95 | 168 | 60 | - |
| CMYK | 0.43 | 0 | 0.64 | 0.34 |
| HSL | 100.56º | 0.47% | 0.45% | - |
| HSV(B) | 100.56º | 0.64% | 0.66% | - |
| XYZ | 19.54 | 30.76 | 9.18 | - |
| YUV | 133.86 | 86.32 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 168 | 60 | 0.43 | 0 | 0.64 | 0.34 | 100.56 | 0.47 | 0.45 |
| Hex | 5F | A8 | 3C | 2B | 0 | 40 | 22 | 65 | 2F | 2D |
| Octal | 137 | 250 | 74 | 53 | 0 | 100 | 42 | 145 | 57 | 55 |
| Binary | 1011111 | 10101000 | 111100 | 101011 | 0 | 1000000 | 100010 | 1100101 | 101111 | 101101 |
Color Harmonies of #5FA83C
Complementary color
Monochromatic Colors of #5FA83C
Black with #5FA83C
Text Example
Text Example
White with #5FA83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA83C; }
p { color: rgb(95,168,60); }
H1.HeaderClassName
{
color: #5FA83C;
}
.AnyTagClassName
{
color: #5FA83C;
}
</style>
background-color css
<style>
a { background-color: #5FA83C; }
a { background-color: rgb(95,168,60); }
div.DivClassName
{
background-color: #5FA83C;
}
.BgClassName
{
background-color: #5FA83C;
}
</style>
border-color css
<style>
span { border-color: #5FA83C; }
span { border-color: rgb(95,168,60); }
td.TdClassName
{
border-color: #5FA83C;
}
.TagClassName
{
border-color: #5FA83C;
}
</style>