Shades of Apple #75AF40
Tints of Apple #75AF40
RGB
CMYK
RGB Variations
Color information
#75AF40 (or 0x75AF40) is known color: Apple. HEX triplet: 75, AF and 40. RGB value is (117,175,64). Sum of RGB (Red+Green+Blue) = 117+175+64=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 175 (68.75% from 255 or 49.16% from 356); Blue value is 64 (25.39% from 255 or 17.98% from 356); Max value from RGB is 175 - color contains mainly: green. Hex color #75AF40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AF40 is #8A50BF. Grayscale: #919191. Windows color (decimal): -9064640 or 4239221. OLE color: 4239221.
HSL color Cylindrical-coordinate representation of color #75AF40: hue angle of 91.35º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #75AF40 is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 117 | 175 | 64 | - |
| CMYK | 0.33 | 0 | 0.63 | 0.31 |
| HSL | 91.35º | 0.46% | 0.47% | - |
| HSV(B) | 91.35º | 0.63% | 0.69% | - |
| XYZ | 23.59 | 34.81 | 10.33 | - |
| YUV | 145 | 82.28 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 175 | 64 | 0.33 | 0 | 0.63 | 0.31 | 91.35 | 0.46 | 0.47 |
| Hex | 75 | AF | 40 | 21 | 0 | 3F | 1F | 5B | 2E | 2F |
| Octal | 165 | 257 | 100 | 41 | 0 | 77 | 37 | 133 | 56 | 57 |
| Binary | 1110101 | 10101111 | 1000000 | 100001 | 0 | 111111 | 11111 | 1011011 | 101110 | 101111 |
Color Harmonies of #75AF40
Complementary color
Monochromatic Colors of #75AF40
Black with #75AF40
Text Example
Text Example
White with #75AF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AF40; }
p { color: rgb(117,175,64); }
H1.HeaderClassName
{
color: #75AF40;
}
.AnyTagClassName
{
color: #75AF40;
}
</style>
background-color css
<style>
a { background-color: #75AF40; }
a { background-color: rgb(117,175,64); }
div.DivClassName
{
background-color: #75AF40;
}
.BgClassName
{
background-color: #75AF40;
}
</style>
border-color css
<style>
span { border-color: #75AF40; }
span { border-color: rgb(117,175,64); }
td.TdClassName
{
border-color: #75AF40;
}
.TagClassName
{
border-color: #75AF40;
}
</style>