Shades of Apple #5FDA4D
Tints of Apple #5FDA4D
RGB
CMYK
RGB Variations
Color information
#5FDA4D (or 0x5FDA4D) is known color: Apple. HEX triplet: 5F, DA and 4D. RGB value is (95,218,77). Sum of RGB (Red+Green+Blue) = 95+218+77=390 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.36% from 390); Green value is 218 (85.55% from 255 or 55.90% from 390); Blue value is 77 (30.47% from 255 or 19.74% from 390); Max value from RGB is 218 - color contains mainly: green. Hex color #5FDA4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FDA4D is #A025B2. Grayscale: #A5A5A5. Windows color (decimal): -10495411 or 5102175. OLE color: 5102175.
HSL color Cylindrical-coordinate representation of color #5FDA4D: hue angle of 112.34º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5FDA4D is Cyan = 0.56, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 218 | 77 | - |
| CMYK | 0.56 | 0 | 0.65 | 0.15 |
| HSL | 112.34º | 0.66% | 0.58% | - |
| HSV(B) | 112.34º | 0.65% | 0.85% | - |
| XYZ | 31.13 | 53.11 | 15.63 | - |
| YUV | 165.15 | 78.25 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 218 | 77 | 0.56 | 0 | 0.65 | 0.15 | 112.34 | 0.66 | 0.58 |
| Hex | 5F | DA | 4D | 38 | 0 | 41 | F | 70 | 42 | 3A |
| Octal | 137 | 332 | 115 | 70 | 0 | 101 | 17 | 160 | 102 | 72 |
| Binary | 1011111 | 11011010 | 1001101 | 111000 | 0 | 1000001 | 1111 | 1110000 | 1000010 | 111010 |
Color Harmonies of #5FDA4D
Complementary color
Monochromatic Colors of #5FDA4D
Black with #5FDA4D
Text Example
Text Example
White with #5FDA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDA4D; }
p { color: rgb(95,218,77); }
H1.HeaderClassName
{
color: #5FDA4D;
}
.AnyTagClassName
{
color: #5FDA4D;
}
</style>
background-color css
<style>
a { background-color: #5FDA4D; }
a { background-color: rgb(95,218,77); }
div.DivClassName
{
background-color: #5FDA4D;
}
.BgClassName
{
background-color: #5FDA4D;
}
</style>
border-color css
<style>
span { border-color: #5FDA4D; }
span { border-color: rgb(95,218,77); }
td.TdClassName
{
border-color: #5FDA4D;
}
.TagClassName
{
border-color: #5FDA4D;
}
</style>