Shades of Apple #5FDA49
Tints of Apple #5FDA49
RGB
CMYK
RGB Variations
Color information
#5FDA49 (or 0x5FDA49) is known color: Apple. HEX triplet: 5F, DA and 49. RGB value is (95,218,73). Sum of RGB (Red+Green+Blue) = 95+218+73=386 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.61% from 386); Green value is 218 (85.55% from 255 or 56.48% from 386); Blue value is 73 (28.91% from 255 or 18.91% from 386); Max value from RGB is 218 - color contains mainly: green. Hex color #5FDA49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FDA49 is #A025B6. Grayscale: #A5A5A5. Windows color (decimal): -10495415 or 4840031. OLE color: 4840031.
HSL color Cylindrical-coordinate representation of color #5FDA49: hue angle of 110.9º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5FDA49 is Cyan = 0.56, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 218 | 73 | - |
| CMYK | 0.56 | 0 | 0.67 | 0.15 |
| HSL | 110.9º | 0.66% | 0.57% | - |
| HSV(B) | 110.9º | 0.67% | 0.85% | - |
| XYZ | 30.99 | 53.06 | 14.91 | - |
| YUV | 164.69 | 76.25 | 78.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 218 | 73 | 0.56 | 0 | 0.67 | 0.15 | 110.9 | 0.66 | 0.57 |
| Hex | 5F | DA | 49 | 38 | 0 | 43 | F | 6F | 42 | 39 |
| Octal | 137 | 332 | 111 | 70 | 0 | 103 | 17 | 157 | 102 | 71 |
| Binary | 1011111 | 11011010 | 1001001 | 111000 | 0 | 1000011 | 1111 | 1101111 | 1000010 | 111001 |
Color Harmonies of #5FDA49
Complementary color
Monochromatic Colors of #5FDA49
Black with #5FDA49
Text Example
Text Example
White with #5FDA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDA49; }
p { color: rgb(95,218,73); }
H1.HeaderClassName
{
color: #5FDA49;
}
.AnyTagClassName
{
color: #5FDA49;
}
</style>
background-color css
<style>
a { background-color: #5FDA49; }
a { background-color: rgb(95,218,73); }
div.DivClassName
{
background-color: #5FDA49;
}
.BgClassName
{
background-color: #5FDA49;
}
</style>
border-color css
<style>
span { border-color: #5FDA49; }
span { border-color: rgb(95,218,73); }
td.TdClassName
{
border-color: #5FDA49;
}
.TagClassName
{
border-color: #5FDA49;
}
</style>