Shades of Apple #75AD40
Tints of Apple #75AD40
RGB
CMYK
RGB Variations
Color information
#75AD40 (or 0x75AD40) is known color: Apple. HEX triplet: 75, AD and 40. RGB value is (117,173,64). Sum of RGB (Red+Green+Blue) = 117+173+64=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 173 (67.97% from 255 or 48.87% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 173 - color contains mainly: green. Hex color #75AD40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AD40 is #8A52BF. Grayscale: #909090. Windows color (decimal): -9065152 or 4238709. OLE color: 4238709.
HSL color Cylindrical-coordinate representation of color #75AD40: hue angle of 90.83º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #75AD40 is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 117 | 173 | 64 | - |
| CMYK | 0.32 | 0 | 0.63 | 0.32 |
| HSL | 90.83º | 0.46% | 0.46% | - |
| HSV(B) | 90.83º | 0.63% | 0.68% | - |
| XYZ | 23.21 | 34.04 | 10.2 | - |
| YUV | 143.83 | 82.95 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 173 | 64 | 0.32 | 0 | 0.63 | 0.32 | 90.83 | 0.46 | 0.46 |
| Hex | 75 | AD | 40 | 20 | 0 | 3F | 20 | 5B | 2E | 2E |
| Octal | 165 | 255 | 100 | 40 | 0 | 77 | 40 | 133 | 56 | 56 |
| Binary | 1110101 | 10101101 | 1000000 | 100000 | 0 | 111111 | 100000 | 1011011 | 101110 | 101110 |
Color Harmonies of #75AD40
Complementary color
Monochromatic Colors of #75AD40
Black with #75AD40
Text Example
Text Example
White with #75AD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AD40; }
p { color: rgb(117,173,64); }
H1.HeaderClassName
{
color: #75AD40;
}
.AnyTagClassName
{
color: #75AD40;
}
</style>
background-color css
<style>
a { background-color: #75AD40; }
a { background-color: rgb(117,173,64); }
div.DivClassName
{
background-color: #75AD40;
}
.BgClassName
{
background-color: #75AD40;
}
</style>
border-color css
<style>
span { border-color: #75AD40; }
span { border-color: rgb(117,173,64); }
td.TdClassName
{
border-color: #75AD40;
}
.TagClassName
{
border-color: #75AD40;
}
</style>