Shades of Apple #5FD945
Tints of Apple #5FD945
RGB
CMYK
RGB Variations
Color information
#5FD945 (or 0x5FD945) is known color: Apple. HEX triplet: 5F, D9 and 45. RGB value is (95,217,69). Sum of RGB (Red+Green+Blue) = 95+217+69=381 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.93% from 381); Green value is 217 (85.16% from 255 or 56.96% from 381); Blue value is 69 (27.34% from 255 or 18.11% from 381); Max value from RGB is 217 - color contains mainly: green. Hex color #5FD945 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD945 is #A026BA. Grayscale: #A4A4A4. Windows color (decimal): -10495675 or 4577631. OLE color: 4577631.
HSL color Cylindrical-coordinate representation of color #5FD945: hue angle of 109.46º degrees, saturation: 0.66, 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 #5FD945 is Cyan = 0.56, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 217 | 69 | - |
| CMYK | 0.56 | 0 | 0.68 | 0.15 |
| HSL | 109.46º | 0.66% | 0.56% | - |
| HSV(B) | 109.46º | 0.68% | 0.85% | - |
| XYZ | 30.61 | 52.49 | 14.15 | - |
| YUV | 163.65 | 74.58 | 79.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 217 | 69 | 0.56 | 0 | 0.68 | 0.15 | 109.46 | 0.66 | 0.56 |
| Hex | 5F | D9 | 45 | 38 | 0 | 44 | F | 6D | 42 | 38 |
| Octal | 137 | 331 | 105 | 70 | 0 | 104 | 17 | 155 | 102 | 70 |
| Binary | 1011111 | 11011001 | 1000101 | 111000 | 0 | 1000100 | 1111 | 1101101 | 1000010 | 111000 |
Color Harmonies of #5FD945
Complementary color
Monochromatic Colors of #5FD945
Black with #5FD945
Text Example
Text Example
White with #5FD945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD945; }
p { color: rgb(95,217,69); }
H1.HeaderClassName
{
color: #5FD945;
}
.AnyTagClassName
{
color: #5FD945;
}
</style>
background-color css
<style>
a { background-color: #5FD945; }
a { background-color: rgb(95,217,69); }
div.DivClassName
{
background-color: #5FD945;
}
.BgClassName
{
background-color: #5FD945;
}
</style>
border-color css
<style>
span { border-color: #5FD945; }
span { border-color: rgb(95,217,69); }
td.TdClassName
{
border-color: #5FD945;
}
.TagClassName
{
border-color: #5FD945;
}
</style>