Shades of Apple #5FB647
Tints of Apple #5FB647
RGB
CMYK
RGB Variations
Color information
#5FB647 (or 0x5FB647) is known color: Apple. HEX triplet: 5F, B6 and 47. RGB value is (95,182,71). Sum of RGB (Red+Green+Blue) = 95+182+71=348 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.30% from 348); Green value is 182 (71.48% from 255 or 52.30% from 348); Blue value is 71 (28.12% from 255 or 20.40% from 348); Max value from RGB is 182 - color contains mainly: green. Hex color #5FB647 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FB647 is #A049B8. Grayscale: #8F8F8F. Windows color (decimal): -10504633 or 4699743. OLE color: 4699743.
HSL color Cylindrical-coordinate representation of color #5FB647: hue angle of 107.03º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FB647 is Cyan = 0.48, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 95 | 182 | 71 | - |
| CMYK | 0.48 | 0 | 0.61 | 0.29 |
| HSL | 107.03º | 0.44% | 0.5% | - |
| HSV(B) | 107.03º | 0.61% | 0.71% | - |
| XYZ | 22.58 | 36.34 | 11.79 | - |
| YUV | 143.33 | 87.18 | 93.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 182 | 71 | 0.48 | 0 | 0.61 | 0.29 | 107.03 | 0.44 | 0.5 |
| Hex | 5F | B6 | 47 | 30 | 0 | 3D | 1D | 6B | 2C | 32 |
| Octal | 137 | 266 | 107 | 60 | 0 | 75 | 35 | 153 | 54 | 62 |
| Binary | 1011111 | 10110110 | 1000111 | 110000 | 0 | 111101 | 11101 | 1101011 | 101100 | 110010 |
Color Harmonies of #5FB647
Complementary color
Monochromatic Colors of #5FB647
Black with #5FB647
Text Example
Text Example
White with #5FB647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB647; }
p { color: rgb(95,182,71); }
H1.HeaderClassName
{
color: #5FB647;
}
.AnyTagClassName
{
color: #5FB647;
}
</style>
background-color css
<style>
a { background-color: #5FB647; }
a { background-color: rgb(95,182,71); }
div.DivClassName
{
background-color: #5FB647;
}
.BgClassName
{
background-color: #5FB647;
}
</style>
border-color css
<style>
span { border-color: #5FB647; }
span { border-color: rgb(95,182,71); }
td.TdClassName
{
border-color: #5FB647;
}
.TagClassName
{
border-color: #5FB647;
}
</style>