Shades of Apple #5FDA4C
Tints of Apple #5FDA4C
RGB
CMYK
RGB Variations
Color information
#5FDA4C (or 0x5FDA4C) is known color: Apple. HEX triplet: 5F, DA and 4C. RGB value is (95,218,76). Sum of RGB (Red+Green+Blue) = 95+218+76=389 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.42% from 389); Green value is 218 (85.55% from 255 or 56.04% from 389); Blue value is 76 (30.08% from 255 or 19.54% from 389); Max value from RGB is 218 - color contains mainly: green. Hex color #5FDA4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FDA4C is #A025B3. Grayscale: #A5A5A5. Windows color (decimal): -10495412 or 5036639. OLE color: 5036639.
HSL color Cylindrical-coordinate representation of color #5FDA4C: hue angle of 111.97º 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 #5FDA4C is Cyan = 0.56, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 218 | 76 | - |
| CMYK | 0.56 | 0 | 0.65 | 0.15 |
| HSL | 111.97º | 0.66% | 0.58% | - |
| HSV(B) | 111.97º | 0.65% | 0.85% | - |
| XYZ | 31.1 | 53.1 | 15.45 | - |
| YUV | 165.04 | 77.75 | 78.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 218 | 76 | 0.56 | 0 | 0.65 | 0.15 | 111.97 | 0.66 | 0.58 |
| Hex | 5F | DA | 4C | 38 | 0 | 41 | F | 70 | 42 | 3A |
| Octal | 137 | 332 | 114 | 70 | 0 | 101 | 17 | 160 | 102 | 72 |
| Binary | 1011111 | 11011010 | 1001100 | 111000 | 0 | 1000001 | 1111 | 1110000 | 1000010 | 111010 |
Color Harmonies of #5FDA4C
Complementary color
Monochromatic Colors of #5FDA4C
Black with #5FDA4C
Text Example
Text Example
White with #5FDA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDA4C; }
p { color: rgb(95,218,76); }
H1.HeaderClassName
{
color: #5FDA4C;
}
.AnyTagClassName
{
color: #5FDA4C;
}
</style>
background-color css
<style>
a { background-color: #5FDA4C; }
a { background-color: rgb(95,218,76); }
div.DivClassName
{
background-color: #5FDA4C;
}
.BgClassName
{
background-color: #5FDA4C;
}
</style>
border-color css
<style>
span { border-color: #5FDA4C; }
span { border-color: rgb(95,218,76); }
td.TdClassName
{
border-color: #5FDA4C;
}
.TagClassName
{
border-color: #5FDA4C;
}
</style>