Shades of Apple #75BA47
Tints of Apple #75BA47
RGB
CMYK
RGB Variations
Color information
#75BA47 (or 0x75BA47) is known color: Apple. HEX triplet: 75, BA and 47. RGB value is (117,186,71). Sum of RGB (Red+Green+Blue) = 117+186+71=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 186 (73.05% from 255 or 49.73% from 374); Blue value is 71 (28.12% from 255 or 18.98% from 374); Max value from RGB is 186 - color contains mainly: green. Hex color #75BA47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BA47 is #8A45B8. Grayscale: #989898. Windows color (decimal): -9061817 or 4700789. OLE color: 4700789.
HSL color Cylindrical-coordinate representation of color #75BA47: hue angle of 96º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #75BA47 is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 186 | 71 | - |
| CMYK | 0.37 | 0 | 0.62 | 0.27 |
| HSL | 96º | 0.45% | 0.5% | - |
| HSV(B) | 96º | 0.62% | 0.73% | - |
| XYZ | 26.03 | 39.35 | 12.19 | - |
| YUV | 152.26 | 82.14 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 186 | 71 | 0.37 | 0 | 0.62 | 0.27 | 96 | 0.45 | 0.5 |
| Hex | 75 | BA | 47 | 25 | 0 | 3E | 1B | 60 | 2D | 32 |
| Octal | 165 | 272 | 107 | 45 | 0 | 76 | 33 | 140 | 55 | 62 |
| Binary | 1110101 | 10111010 | 1000111 | 100101 | 0 | 111110 | 11011 | 1100000 | 101101 | 110010 |
Color Harmonies of #75BA47
Complementary color
Monochromatic Colors of #75BA47
Black with #75BA47
Text Example
Text Example
White with #75BA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BA47; }
p { color: rgb(117,186,71); }
H1.HeaderClassName
{
color: #75BA47;
}
.AnyTagClassName
{
color: #75BA47;
}
</style>
background-color css
<style>
a { background-color: #75BA47; }
a { background-color: rgb(117,186,71); }
div.DivClassName
{
background-color: #75BA47;
}
.BgClassName
{
background-color: #75BA47;
}
</style>
border-color css
<style>
span { border-color: #75BA47; }
span { border-color: rgb(117,186,71); }
td.TdClassName
{
border-color: #75BA47;
}
.TagClassName
{
border-color: #75BA47;
}
</style>