Shades of Apple #5FD747
Tints of Apple #5FD747
RGB
CMYK
RGB Variations
Color information
#5FD747 (or 0x5FD747) is known color: Apple. HEX triplet: 5F, D7 and 47. RGB value is (95,215,71). Sum of RGB (Red+Green+Blue) = 95+215+71=381 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.93% from 381); Green value is 215 (84.38% from 255 or 56.43% from 381); Blue value is 71 (28.12% from 255 or 18.64% from 381); Max value from RGB is 215 - color contains mainly: green. Hex color #5FD747 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD747 is #A028B8. Grayscale: #A3A3A3. Windows color (decimal): -10496185 or 4708191. OLE color: 4708191.
HSL color Cylindrical-coordinate representation of color #5FD747: hue angle of 110º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5FD747 is Cyan = 0.56, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 95 | 215 | 71 | - |
| CMYK | 0.56 | 0 | 0.67 | 0.16 |
| HSL | 110º | 0.64% | 0.56% | - |
| HSV(B) | 110º | 0.67% | 0.84% | - |
| XYZ | 30.16 | 51.49 | 14.31 | - |
| YUV | 162.7 | 76.24 | 79.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 215 | 71 | 0.56 | 0 | 0.67 | 0.16 | 110 | 0.64 | 0.56 |
| Hex | 5F | D7 | 47 | 38 | 0 | 43 | 10 | 6E | 40 | 38 |
| Octal | 137 | 327 | 107 | 70 | 0 | 103 | 20 | 156 | 100 | 70 |
| Binary | 1011111 | 11010111 | 1000111 | 111000 | 0 | 1000011 | 10000 | 1101110 | 1000000 | 111000 |
Color Harmonies of #5FD747
Complementary color
Monochromatic Colors of #5FD747
Black with #5FD747
Text Example
Text Example
White with #5FD747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD747; }
p { color: rgb(95,215,71); }
H1.HeaderClassName
{
color: #5FD747;
}
.AnyTagClassName
{
color: #5FD747;
}
</style>
background-color css
<style>
a { background-color: #5FD747; }
a { background-color: rgb(95,215,71); }
div.DivClassName
{
background-color: #5FD747;
}
.BgClassName
{
background-color: #5FD747;
}
</style>
border-color css
<style>
span { border-color: #5FD747; }
span { border-color: rgb(95,215,71); }
td.TdClassName
{
border-color: #5FD747;
}
.TagClassName
{
border-color: #5FD747;
}
</style>