Shades of Apple #5FD84E
Tints of Apple #5FD84E
RGB
CMYK
RGB Variations
Color information
#5FD84E (or 0x5FD84E) is known color: Apple. HEX triplet: 5F, D8 and 4E. RGB value is (95,216,78). Sum of RGB (Red+Green+Blue) = 95+216+78=389 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.42% from 389); Green value is 216 (84.77% from 255 or 55.53% from 389); Blue value is 78 (30.86% from 255 or 20.05% from 389); Max value from RGB is 216 - color contains mainly: green. Hex color #5FD84E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD84E is #A027B1. Grayscale: #A4A4A4. Windows color (decimal): -10495922 or 5167199. OLE color: 5167199.
HSL color Cylindrical-coordinate representation of color #5FD84E: hue angle of 112.61º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5FD84E is Cyan = 0.56, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 216 | 78 | - |
| CMYK | 0.56 | 0 | 0.64 | 0.15 |
| HSL | 112.61º | 0.64% | 0.58% | - |
| HSV(B) | 112.61º | 0.64% | 0.85% | - |
| XYZ | 30.65 | 52.09 | 15.65 | - |
| YUV | 164.09 | 79.41 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 216 | 78 | 0.56 | 0 | 0.64 | 0.15 | 112.61 | 0.64 | 0.58 |
| Hex | 5F | D8 | 4E | 38 | 0 | 40 | F | 71 | 40 | 3A |
| Octal | 137 | 330 | 116 | 70 | 0 | 100 | 17 | 161 | 100 | 72 |
| Binary | 1011111 | 11011000 | 1001110 | 111000 | 0 | 1000000 | 1111 | 1110001 | 1000000 | 111010 |
Color Harmonies of #5FD84E
Complementary color
Monochromatic Colors of #5FD84E
Black with #5FD84E
Text Example
Text Example
White with #5FD84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD84E; }
p { color: rgb(95,216,78); }
H1.HeaderClassName
{
color: #5FD84E;
}
.AnyTagClassName
{
color: #5FD84E;
}
</style>
background-color css
<style>
a { background-color: #5FD84E; }
a { background-color: rgb(95,216,78); }
div.DivClassName
{
background-color: #5FD84E;
}
.BgClassName
{
background-color: #5FD84E;
}
</style>
border-color css
<style>
span { border-color: #5FD84E; }
span { border-color: rgb(95,216,78); }
td.TdClassName
{
border-color: #5FD84E;
}
.TagClassName
{
border-color: #5FD84E;
}
</style>