Shades of Apple #5FD046
Tints of Apple #5FD046
RGB
CMYK
RGB Variations
Color information
#5FD046 (or 0x5FD046) is known color: Apple. HEX triplet: 5F, D0 and 46. RGB value is (95,208,70). Sum of RGB (Red+Green+Blue) = 95+208+70=373 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.47% from 373); Green value is 208 (81.64% from 255 or 55.76% from 373); Blue value is 70 (27.73% from 255 or 18.77% from 373); Max value from RGB is 208 - color contains mainly: green. Hex color #5FD046 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD046 is #A02FB9. Grayscale: #9E9E9E. Windows color (decimal): -10497978 or 4640863. OLE color: 4640863.
HSL color Cylindrical-coordinate representation of color #5FD046: hue angle of 109.13º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5FD046 is Cyan = 0.54, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 208 | 70 | - |
| CMYK | 0.54 | 0 | 0.66 | 0.18 |
| HSL | 109.13º | 0.59% | 0.55% | - |
| HSV(B) | 109.13º | 0.66% | 0.82% | - |
| XYZ | 28.38 | 47.99 | 13.56 | - |
| YUV | 158.48 | 78.06 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 208 | 70 | 0.54 | 0 | 0.66 | 0.18 | 109.13 | 0.59 | 0.55 |
| Hex | 5F | D0 | 46 | 36 | 0 | 42 | 12 | 6D | 3B | 37 |
| Octal | 137 | 320 | 106 | 66 | 0 | 102 | 22 | 155 | 73 | 67 |
| Binary | 1011111 | 11010000 | 1000110 | 110110 | 0 | 1000010 | 10010 | 1101101 | 111011 | 110111 |
Color Harmonies of #5FD046
Complementary color
Monochromatic Colors of #5FD046
Black with #5FD046
Text Example
Text Example
White with #5FD046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD046; }
p { color: rgb(95,208,70); }
H1.HeaderClassName
{
color: #5FD046;
}
.AnyTagClassName
{
color: #5FD046;
}
</style>
background-color css
<style>
a { background-color: #5FD046; }
a { background-color: rgb(95,208,70); }
div.DivClassName
{
background-color: #5FD046;
}
.BgClassName
{
background-color: #5FD046;
}
</style>
border-color css
<style>
span { border-color: #5FD046; }
span { border-color: rgb(95,208,70); }
td.TdClassName
{
border-color: #5FD046;
}
.TagClassName
{
border-color: #5FD046;
}
</style>