Shades of Apple #5FD049
Tints of Apple #5FD049
RGB
CMYK
RGB Variations
Color information
#5FD049 (or 0x5FD049) is known color: Apple. HEX triplet: 5F, D0 and 49. RGB value is (95,208,73). Sum of RGB (Red+Green+Blue) = 95+208+73=376 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.27% from 376); Green value is 208 (81.64% from 255 or 55.32% from 376); Blue value is 73 (28.91% from 255 or 19.41% from 376); Max value from RGB is 208 - color contains mainly: green. Hex color #5FD049 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD049 is #A02FB6. Grayscale: #9F9F9F. Windows color (decimal): -10497975 or 4837471. OLE color: 4837471.
HSL color Cylindrical-coordinate representation of color #5FD049: hue angle of 110.22º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5FD049 is Cyan = 0.54, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 208 | 73 | - |
| CMYK | 0.54 | 0 | 0.65 | 0.18 |
| HSL | 110.22º | 0.59% | 0.55% | - |
| HSV(B) | 110.22º | 0.65% | 0.82% | - |
| XYZ | 28.48 | 48.03 | 14.07 | - |
| YUV | 158.82 | 79.56 | 82.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 208 | 73 | 0.54 | 0 | 0.65 | 0.18 | 110.22 | 0.59 | 0.55 |
| Hex | 5F | D0 | 49 | 36 | 0 | 41 | 12 | 6E | 3B | 37 |
| Octal | 137 | 320 | 111 | 66 | 0 | 101 | 22 | 156 | 73 | 67 |
| Binary | 1011111 | 11010000 | 1001001 | 110110 | 0 | 1000001 | 10010 | 1101110 | 111011 | 110111 |
Color Harmonies of #5FD049
Complementary color
Monochromatic Colors of #5FD049
Black with #5FD049
Text Example
Text Example
White with #5FD049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD049; }
p { color: rgb(95,208,73); }
H1.HeaderClassName
{
color: #5FD049;
}
.AnyTagClassName
{
color: #5FD049;
}
</style>
background-color css
<style>
a { background-color: #5FD049; }
a { background-color: rgb(95,208,73); }
div.DivClassName
{
background-color: #5FD049;
}
.BgClassName
{
background-color: #5FD049;
}
</style>
border-color css
<style>
span { border-color: #5FD049; }
span { border-color: rgb(95,208,73); }
td.TdClassName
{
border-color: #5FD049;
}
.TagClassName
{
border-color: #5FD049;
}
</style>