Shades of Apple #5FDD49
Tints of Apple #5FDD49
RGB
CMYK
RGB Variations
Color information
#5FDD49 (or 0x5FDD49) is known color: Apple. HEX triplet: 5F, DD and 49. RGB value is (95,221,73). Sum of RGB (Red+Green+Blue) = 95+221+73=389 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.42% from 389); Green value is 221 (86.72% from 255 or 56.81% from 389); Blue value is 73 (28.91% from 255 or 18.77% from 389); Max value from RGB is 221 - color contains mainly: green. Hex color #5FDD49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FDD49 is #A022B6. Grayscale: #A6A6A6. Windows color (decimal): -10494647 or 4840799. OLE color: 4840799.
HSL color Cylindrical-coordinate representation of color #5FDD49: hue angle of 111.08º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5FDD49 is Cyan = 0.57, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 221 | 73 | - |
| CMYK | 0.57 | 0 | 0.67 | 0.13 |
| HSL | 111.08º | 0.69% | 0.58% | - |
| HSV(B) | 111.08º | 0.67% | 0.87% | - |
| XYZ | 31.78 | 54.63 | 15.17 | - |
| YUV | 166.45 | 75.26 | 77.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 221 | 73 | 0.57 | 0 | 0.67 | 0.13 | 111.08 | 0.69 | 0.58 |
| Hex | 5F | DD | 49 | 39 | 0 | 43 | D | 6F | 45 | 3A |
| Octal | 137 | 335 | 111 | 71 | 0 | 103 | 15 | 157 | 105 | 72 |
| Binary | 1011111 | 11011101 | 1001001 | 111001 | 0 | 1000011 | 1101 | 1101111 | 1000101 | 111010 |
Color Harmonies of #5FDD49
Complementary color
Monochromatic Colors of #5FDD49
Black with #5FDD49
Text Example
Text Example
White with #5FDD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDD49; }
p { color: rgb(95,221,73); }
H1.HeaderClassName
{
color: #5FDD49;
}
.AnyTagClassName
{
color: #5FDD49;
}
</style>
background-color css
<style>
a { background-color: #5FDD49; }
a { background-color: rgb(95,221,73); }
div.DivClassName
{
background-color: #5FDD49;
}
.BgClassName
{
background-color: #5FDD49;
}
</style>
border-color css
<style>
span { border-color: #5FDD49; }
span { border-color: rgb(95,221,73); }
td.TdClassName
{
border-color: #5FDD49;
}
.TagClassName
{
border-color: #5FDD49;
}
</style>