Shades of Apple #5FD848
Tints of Apple #5FD848
RGB
CMYK
RGB Variations
Color information
#5FD848 (or 0x5FD848) is known color: Apple. HEX triplet: 5F, D8 and 48. RGB value is (95,216,72). Sum of RGB (Red+Green+Blue) = 95+216+72=383 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.80% from 383); Green value is 216 (84.77% from 255 or 56.40% from 383); Blue value is 72 (28.52% from 255 or 18.80% from 383); Max value from RGB is 216 - color contains mainly: green. Hex color #5FD848 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD848 is #A027B7. Grayscale: #A3A3A3. Windows color (decimal): -10495928 or 4773983. OLE color: 4773983.
HSL color Cylindrical-coordinate representation of color #5FD848: hue angle of 110.42º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5FD848 is Cyan = 0.56, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 216 | 72 | - |
| CMYK | 0.56 | 0 | 0.67 | 0.15 |
| HSL | 110.42º | 0.65% | 0.56% | - |
| HSV(B) | 110.42º | 0.67% | 0.85% | - |
| XYZ | 30.44 | 52.01 | 14.57 | - |
| YUV | 163.41 | 76.41 | 79.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 216 | 72 | 0.56 | 0 | 0.67 | 0.15 | 110.42 | 0.65 | 0.56 |
| Hex | 5F | D8 | 48 | 38 | 0 | 43 | F | 6E | 41 | 38 |
| Octal | 137 | 330 | 110 | 70 | 0 | 103 | 17 | 156 | 101 | 70 |
| Binary | 1011111 | 11011000 | 1001000 | 111000 | 0 | 1000011 | 1111 | 1101110 | 1000001 | 111000 |
Color Harmonies of #5FD848
Complementary color
Monochromatic Colors of #5FD848
Black with #5FD848
Text Example
Text Example
White with #5FD848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD848; }
p { color: rgb(95,216,72); }
H1.HeaderClassName
{
color: #5FD848;
}
.AnyTagClassName
{
color: #5FD848;
}
</style>
background-color css
<style>
a { background-color: #5FD848; }
a { background-color: rgb(95,216,72); }
div.DivClassName
{
background-color: #5FD848;
}
.BgClassName
{
background-color: #5FD848;
}
</style>
border-color css
<style>
span { border-color: #5FD848; }
span { border-color: rgb(95,216,72); }
td.TdClassName
{
border-color: #5FD848;
}
.TagClassName
{
border-color: #5FD848;
}
</style>