Shades of Apple #5FD040
Tints of Apple #5FD040
RGB
CMYK
RGB Variations
Color information
#5FD040 (or 0x5FD040) is known color: Apple. HEX triplet: 5F, D0 and 40. RGB value is (95,208,64). Sum of RGB (Red+Green+Blue) = 95+208+64=367 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.89% from 367); Green value is 208 (81.64% from 255 or 56.68% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 208 - color contains mainly: green. Hex color #5FD040 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD040 is #A02FBF. Grayscale: #9E9E9E. Windows color (decimal): -10497984 or 4247647. OLE color: 4247647.
HSL color Cylindrical-coordinate representation of color #5FD040: hue angle of 107.08º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5FD040 is Cyan = 0.54, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 208 | 64 | - |
| CMYK | 0.54 | 0 | 0.69 | 0.18 |
| HSL | 107.08º | 0.61% | 0.53% | - |
| HSV(B) | 107.08º | 0.69% | 0.82% | - |
| XYZ | 28.2 | 47.91 | 12.61 | - |
| YUV | 157.8 | 75.06 | 83.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 208 | 64 | 0.54 | 0 | 0.69 | 0.18 | 107.08 | 0.61 | 0.53 |
| Hex | 5F | D0 | 40 | 36 | 0 | 45 | 12 | 6B | 3D | 35 |
| Octal | 137 | 320 | 100 | 66 | 0 | 105 | 22 | 153 | 75 | 65 |
| Binary | 1011111 | 11010000 | 1000000 | 110110 | 0 | 1000101 | 10010 | 1101011 | 111101 | 110101 |
Color Harmonies of #5FD040
Complementary color
Monochromatic Colors of #5FD040
Black with #5FD040
Text Example
Text Example
White with #5FD040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD040; }
p { color: rgb(95,208,64); }
H1.HeaderClassName
{
color: #5FD040;
}
.AnyTagClassName
{
color: #5FD040;
}
</style>
background-color css
<style>
a { background-color: #5FD040; }
a { background-color: rgb(95,208,64); }
div.DivClassName
{
background-color: #5FD040;
}
.BgClassName
{
background-color: #5FD040;
}
</style>
border-color css
<style>
span { border-color: #5FD040; }
span { border-color: rgb(95,208,64); }
td.TdClassName
{
border-color: #5FD040;
}
.TagClassName
{
border-color: #5FD040;
}
</style>