Shades of Apple #5FD748
Tints of Apple #5FD748
RGB
CMYK
RGB Variations
Color information
#5FD748 (or 0x5FD748) is known color: Apple. HEX triplet: 5F, D7 and 48. RGB value is (95,215,72). Sum of RGB (Red+Green+Blue) = 95+215+72=382 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.87% from 382); Green value is 215 (84.38% from 255 or 56.28% from 382); Blue value is 72 (28.52% from 255 or 18.85% from 382); Max value from RGB is 215 - color contains mainly: green. Hex color #5FD748 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD748 is #A028B7. Grayscale: #A3A3A3. Windows color (decimal): -10496184 or 4773727. OLE color: 4773727.
HSL color Cylindrical-coordinate representation of color #5FD748: hue angle of 110.35º 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 #5FD748 is Cyan = 0.56, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 95 | 215 | 72 | - |
| CMYK | 0.56 | 0 | 0.67 | 0.16 |
| HSL | 110.35º | 0.64% | 0.56% | - |
| HSV(B) | 110.35º | 0.67% | 0.84% | - |
| XYZ | 30.19 | 51.5 | 14.48 | - |
| YUV | 162.82 | 76.74 | 79.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 215 | 72 | 0.56 | 0 | 0.67 | 0.16 | 110.35 | 0.64 | 0.56 |
| Hex | 5F | D7 | 48 | 38 | 0 | 43 | 10 | 6E | 40 | 38 |
| Octal | 137 | 327 | 110 | 70 | 0 | 103 | 20 | 156 | 100 | 70 |
| Binary | 1011111 | 11010111 | 1001000 | 111000 | 0 | 1000011 | 10000 | 1101110 | 1000000 | 111000 |
Color Harmonies of #5FD748
Complementary color
Monochromatic Colors of #5FD748
Black with #5FD748
Text Example
Text Example
White with #5FD748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD748; }
p { color: rgb(95,215,72); }
H1.HeaderClassName
{
color: #5FD748;
}
.AnyTagClassName
{
color: #5FD748;
}
</style>
background-color css
<style>
a { background-color: #5FD748; }
a { background-color: rgb(95,215,72); }
div.DivClassName
{
background-color: #5FD748;
}
.BgClassName
{
background-color: #5FD748;
}
</style>
border-color css
<style>
span { border-color: #5FD748; }
span { border-color: rgb(95,215,72); }
td.TdClassName
{
border-color: #5FD748;
}
.TagClassName
{
border-color: #5FD748;
}
</style>