Shades of Apple #5FC747
Tints of Apple #5FC747
RGB
CMYK
RGB Variations
Color information
#5FC747 (or 0x5FC747) is known color: Apple. HEX triplet: 5F, C7 and 47. RGB value is (95,199,71). Sum of RGB (Red+Green+Blue) = 95+199+71=365 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.03% from 365); Green value is 199 (78.12% from 255 or 54.52% from 365); Blue value is 71 (28.12% from 255 or 19.45% from 365); Max value from RGB is 199 - color contains mainly: green. Hex color #5FC747 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC747 is #A038B8. Grayscale: #999999. Windows color (decimal): -10500281 or 4704095. OLE color: 4704095.
HSL color Cylindrical-coordinate representation of color #5FC747: hue angle of 108.75º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5FC747 is Cyan = 0.52, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 95 | 199 | 71 | - |
| CMYK | 0.52 | 0 | 0.64 | 0.22 |
| HSL | 108.75º | 0.53% | 0.53% | - |
| HSV(B) | 108.75º | 0.64% | 0.78% | - |
| XYZ | 26.28 | 43.73 | 13.02 | - |
| YUV | 153.31 | 81.54 | 86.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 199 | 71 | 0.52 | 0 | 0.64 | 0.22 | 108.75 | 0.53 | 0.53 |
| Hex | 5F | C7 | 47 | 34 | 0 | 40 | 16 | 6D | 35 | 35 |
| Octal | 137 | 307 | 107 | 64 | 0 | 100 | 26 | 155 | 65 | 65 |
| Binary | 1011111 | 11000111 | 1000111 | 110100 | 0 | 1000000 | 10110 | 1101101 | 110101 | 110101 |
Color Harmonies of #5FC747
Complementary color
Monochromatic Colors of #5FC747
Black with #5FC747
Text Example
Text Example
White with #5FC747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC747; }
p { color: rgb(95,199,71); }
H1.HeaderClassName
{
color: #5FC747;
}
.AnyTagClassName
{
color: #5FC747;
}
</style>
background-color css
<style>
a { background-color: #5FC747; }
a { background-color: rgb(95,199,71); }
div.DivClassName
{
background-color: #5FC747;
}
.BgClassName
{
background-color: #5FC747;
}
</style>
border-color css
<style>
span { border-color: #5FC747; }
span { border-color: rgb(95,199,71); }
td.TdClassName
{
border-color: #5FC747;
}
.TagClassName
{
border-color: #5FC747;
}
</style>