Shades of Apple #5FD949
Tints of Apple #5FD949
RGB
CMYK
RGB Variations
Color information
#5FD949 (or 0x5FD949) is known color: Apple. HEX triplet: 5F, D9 and 49. RGB value is (95,217,73). Sum of RGB (Red+Green+Blue) = 95+217+73=385 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.68% from 385); Green value is 217 (85.16% from 255 or 56.36% from 385); Blue value is 73 (28.91% from 255 or 18.96% from 385); Max value from RGB is 217 - color contains mainly: green. Hex color #5FD949 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD949 is #A026B6. Grayscale: #A4A4A4. Windows color (decimal): -10495671 or 4839775. OLE color: 4839775.
HSL color Cylindrical-coordinate representation of color #5FD949: hue angle of 110.83º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5FD949 is Cyan = 0.56, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 217 | 73 | - |
| CMYK | 0.56 | 0 | 0.66 | 0.15 |
| HSL | 110.83º | 0.65% | 0.57% | - |
| HSV(B) | 110.83º | 0.66% | 0.85% | - |
| XYZ | 30.73 | 52.54 | 14.82 | - |
| YUV | 164.11 | 76.58 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 217 | 73 | 0.56 | 0 | 0.66 | 0.15 | 110.83 | 0.65 | 0.57 |
| Hex | 5F | D9 | 49 | 38 | 0 | 42 | F | 6F | 41 | 39 |
| Octal | 137 | 331 | 111 | 70 | 0 | 102 | 17 | 157 | 101 | 71 |
| Binary | 1011111 | 11011001 | 1001001 | 111000 | 0 | 1000010 | 1111 | 1101111 | 1000001 | 111001 |
Color Harmonies of #5FD949
Complementary color
Monochromatic Colors of #5FD949
Black with #5FD949
Text Example
Text Example
White with #5FD949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD949; }
p { color: rgb(95,217,73); }
H1.HeaderClassName
{
color: #5FD949;
}
.AnyTagClassName
{
color: #5FD949;
}
</style>
background-color css
<style>
a { background-color: #5FD949; }
a { background-color: rgb(95,217,73); }
div.DivClassName
{
background-color: #5FD949;
}
.BgClassName
{
background-color: #5FD949;
}
</style>
border-color css
<style>
span { border-color: #5FD949; }
span { border-color: rgb(95,217,73); }
td.TdClassName
{
border-color: #5FD949;
}
.TagClassName
{
border-color: #5FD949;
}
</style>