Shades of Apple #5FD047
Tints of Apple #5FD047
RGB
CMYK
RGB Variations
Color information
#5FD047 (or 0x5FD047) is known color: Apple. HEX triplet: 5F, D0 and 47. RGB value is (95,208,71). Sum of RGB (Red+Green+Blue) = 95+208+71=374 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.40% from 374); Green value is 208 (81.64% from 255 or 55.61% from 374); Blue value is 71 (28.12% from 255 or 18.98% from 374); Max value from RGB is 208 - color contains mainly: green. Hex color #5FD047 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD047 is #A02FB8. Grayscale: #9F9F9F. Windows color (decimal): -10497977 or 4706399. OLE color: 4706399.
HSL color Cylindrical-coordinate representation of color #5FD047: hue angle of 109.49º 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 #5FD047 is Cyan = 0.54, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 208 | 71 | - |
| CMYK | 0.54 | 0 | 0.66 | 0.18 |
| HSL | 109.49º | 0.59% | 0.55% | - |
| HSV(B) | 109.49º | 0.66% | 0.82% | - |
| XYZ | 28.41 | 48 | 13.73 | - |
| YUV | 158.6 | 78.56 | 82.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 208 | 71 | 0.54 | 0 | 0.66 | 0.18 | 109.49 | 0.59 | 0.55 |
| Hex | 5F | D0 | 47 | 36 | 0 | 42 | 12 | 6D | 3B | 37 |
| Octal | 137 | 320 | 107 | 66 | 0 | 102 | 22 | 155 | 73 | 67 |
| Binary | 1011111 | 11010000 | 1000111 | 110110 | 0 | 1000010 | 10010 | 1101101 | 111011 | 110111 |
Color Harmonies of #5FD047
Complementary color
Monochromatic Colors of #5FD047
Black with #5FD047
Text Example
Text Example
White with #5FD047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD047; }
p { color: rgb(95,208,71); }
H1.HeaderClassName
{
color: #5FD047;
}
.AnyTagClassName
{
color: #5FD047;
}
</style>
background-color css
<style>
a { background-color: #5FD047; }
a { background-color: rgb(95,208,71); }
div.DivClassName
{
background-color: #5FD047;
}
.BgClassName
{
background-color: #5FD047;
}
</style>
border-color css
<style>
span { border-color: #5FD047; }
span { border-color: rgb(95,208,71); }
td.TdClassName
{
border-color: #5FD047;
}
.TagClassName
{
border-color: #5FD047;
}
</style>