Shades of Apple #5FDE40
Tints of Apple #5FDE40
RGB
CMYK
RGB Variations
Color information
#5FDE40 (or 0x5FDE40) is known color: Apple. HEX triplet: 5F, DE and 40. RGB value is (95,222,64). Sum of RGB (Red+Green+Blue) = 95+222+64=381 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.93% from 381); Green value is 222 (87.11% from 255 or 58.27% from 381); Blue value is 64 (25.39% from 255 or 16.80% from 381); Max value from RGB is 222 - color contains mainly: green. Hex color #5FDE40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FDE40 is #A021BF. Grayscale: #A6A6A6. Windows color (decimal): -10494400 or 4251231. OLE color: 4251231.
HSL color Cylindrical-coordinate representation of color #5FDE40: hue angle of 108.23º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5FDE40 is Cyan = 0.57, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 222 | 64 | - |
| CMYK | 0.57 | 0 | 0.71 | 0.13 |
| HSL | 108.23º | 0.71% | 0.56% | - |
| HSV(B) | 108.23º | 0.71% | 0.87% | - |
| XYZ | 31.77 | 55.05 | 13.8 | - |
| YUV | 166.02 | 70.42 | 77.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 222 | 64 | 0.57 | 0 | 0.71 | 0.13 | 108.23 | 0.71 | 0.56 |
| Hex | 5F | DE | 40 | 39 | 0 | 47 | D | 6C | 47 | 38 |
| Octal | 137 | 336 | 100 | 71 | 0 | 107 | 15 | 154 | 107 | 70 |
| Binary | 1011111 | 11011110 | 1000000 | 111001 | 0 | 1000111 | 1101 | 1101100 | 1000111 | 111000 |
Color Harmonies of #5FDE40
Complementary color
Monochromatic Colors of #5FDE40
Black with #5FDE40
Text Example
Text Example
White with #5FDE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDE40; }
p { color: rgb(95,222,64); }
H1.HeaderClassName
{
color: #5FDE40;
}
.AnyTagClassName
{
color: #5FDE40;
}
</style>
background-color css
<style>
a { background-color: #5FDE40; }
a { background-color: rgb(95,222,64); }
div.DivClassName
{
background-color: #5FDE40;
}
.BgClassName
{
background-color: #5FDE40;
}
</style>
border-color css
<style>
span { border-color: #5FDE40; }
span { border-color: rgb(95,222,64); }
td.TdClassName
{
border-color: #5FDE40;
}
.TagClassName
{
border-color: #5FDE40;
}
</style>