Shades of Apple #5FD845
Tints of Apple #5FD845
RGB
CMYK
RGB Variations
Color information
#5FD845 (or 0x5FD845) is known color: Apple. HEX triplet: 5F, D8 and 45. RGB value is (95,216,69). Sum of RGB (Red+Green+Blue) = 95+216+69=380 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25% from 380); Green value is 216 (84.77% from 255 or 56.84% from 380); Blue value is 69 (27.34% from 255 or 18.16% from 380); Max value from RGB is 216 - color contains mainly: green. Hex color #5FD845 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD845 is #A027BA. Grayscale: #A3A3A3. Windows color (decimal): -10495931 or 4577375. OLE color: 4577375.
HSL color Cylindrical-coordinate representation of color #5FD845: hue angle of 109.39º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5FD845 is Cyan = 0.56, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 216 | 69 | - |
| CMYK | 0.56 | 0 | 0.68 | 0.15 |
| HSL | 109.39º | 0.65% | 0.56% | - |
| HSV(B) | 109.39º | 0.68% | 0.85% | - |
| XYZ | 30.35 | 51.97 | 14.06 | - |
| YUV | 163.06 | 74.91 | 79.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 216 | 69 | 0.56 | 0 | 0.68 | 0.15 | 109.39 | 0.65 | 0.56 |
| Hex | 5F | D8 | 45 | 38 | 0 | 44 | F | 6D | 41 | 38 |
| Octal | 137 | 330 | 105 | 70 | 0 | 104 | 17 | 155 | 101 | 70 |
| Binary | 1011111 | 11011000 | 1000101 | 111000 | 0 | 1000100 | 1111 | 1101101 | 1000001 | 111000 |
Color Harmonies of #5FD845
Complementary color
Monochromatic Colors of #5FD845
Black with #5FD845
Text Example
Text Example
White with #5FD845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD845; }
p { color: rgb(95,216,69); }
H1.HeaderClassName
{
color: #5FD845;
}
.AnyTagClassName
{
color: #5FD845;
}
</style>
background-color css
<style>
a { background-color: #5FD845; }
a { background-color: rgb(95,216,69); }
div.DivClassName
{
background-color: #5FD845;
}
.BgClassName
{
background-color: #5FD845;
}
</style>
border-color css
<style>
span { border-color: #5FD845; }
span { border-color: rgb(95,216,69); }
td.TdClassName
{
border-color: #5FD845;
}
.TagClassName
{
border-color: #5FD845;
}
</style>