Shades of Apple #5F9C46
Tints of Apple #5F9C46
RGB
CMYK
RGB Variations
Color information
#5F9C46 (or 0x5F9C46) is known color: Apple. HEX triplet: 5F, 9C and 46. RGB value is (95,156,70). Sum of RGB (Red+Green+Blue) = 95+156+70=321 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.60% from 321); Green value is 156 (61.33% from 255 or 48.60% from 321); Blue value is 70 (27.73% from 255 or 21.81% from 321); Max value from RGB is 156 - color contains mainly: green. Hex color #5F9C46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F9C46 is #A063B9. Grayscale: #808080. Windows color (decimal): -10511290 or 4627551. OLE color: 4627551.
HSL color Cylindrical-coordinate representation of color #5F9C46: hue angle of 102.56º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5F9C46 is Cyan = 0.39, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 95 | 156 | 70 | - |
| CMYK | 0.39 | 0 | 0.55 | 0.39 |
| HSL | 102.56º | 0.38% | 0.44% | - |
| HSV(B) | 102.56º | 0.55% | 0.61% | - |
| XYZ | 17.71 | 26.65 | 10.01 | - |
| YUV | 127.96 | 95.29 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 156 | 70 | 0.39 | 0 | 0.55 | 0.39 | 102.56 | 0.38 | 0.44 |
| Hex | 5F | 9C | 46 | 27 | 0 | 37 | 27 | 67 | 26 | 2C |
| Octal | 137 | 234 | 106 | 47 | 0 | 67 | 47 | 147 | 46 | 54 |
| Binary | 1011111 | 10011100 | 1000110 | 100111 | 0 | 110111 | 100111 | 1100111 | 100110 | 101100 |
Color Harmonies of #5F9C46
Complementary color
Monochromatic Colors of #5F9C46
Black with #5F9C46
Text Example
Text Example
White with #5F9C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9C46; }
p { color: rgb(95,156,70); }
H1.HeaderClassName
{
color: #5F9C46;
}
.AnyTagClassName
{
color: #5F9C46;
}
</style>
background-color css
<style>
a { background-color: #5F9C46; }
a { background-color: rgb(95,156,70); }
div.DivClassName
{
background-color: #5F9C46;
}
.BgClassName
{
background-color: #5F9C46;
}
</style>
border-color css
<style>
span { border-color: #5F9C46; }
span { border-color: rgb(95,156,70); }
td.TdClassName
{
border-color: #5F9C46;
}
.TagClassName
{
border-color: #5F9C46;
}
</style>