Shades of Apple #75BA37
Tints of Apple #75BA37
RGB
CMYK
RGB Variations
Color information
#75BA37 (or 0x75BA37) is known color: Apple. HEX triplet: 75, BA and 37. RGB value is (117,186,55). Sum of RGB (Red+Green+Blue) = 117+186+55=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 186 (73.05% from 255 or 51.96% from 358); Blue value is 55 (21.88% from 255 or 15.36% from 358); Max value from RGB is 186 - color contains mainly: green. Hex color #75BA37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BA37 is #8A45C8. Grayscale: #969696. Windows color (decimal): -9061833 or 3652213. OLE color: 3652213.
HSL color Cylindrical-coordinate representation of color #75BA37: hue angle of 91.6º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #75BA37 is Cyan = 0.37, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 186 | 55 | - |
| CMYK | 0.37 | 0 | 0.70 | 0.27 |
| HSL | 91.6º | 0.54% | 0.47% | - |
| HSV(B) | 91.6º | 0.7% | 0.73% | - |
| XYZ | 25.58 | 39.18 | 9.83 | - |
| YUV | 150.44 | 74.14 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 186 | 55 | 0.37 | 0 | 0.70 | 0.27 | 91.6 | 0.54 | 0.47 |
| Hex | 75 | BA | 37 | 25 | 0 | 46 | 1B | 5C | 36 | 2F |
| Octal | 165 | 272 | 67 | 45 | 0 | 106 | 33 | 134 | 66 | 57 |
| Binary | 1110101 | 10111010 | 110111 | 100101 | 0 | 1000110 | 11011 | 1011100 | 110110 | 101111 |
Color Harmonies of #75BA37
Complementary color
Monochromatic Colors of #75BA37
Black with #75BA37
Text Example
Text Example
White with #75BA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BA37; }
p { color: rgb(117,186,55); }
H1.HeaderClassName
{
color: #75BA37;
}
.AnyTagClassName
{
color: #75BA37;
}
</style>
background-color css
<style>
a { background-color: #75BA37; }
a { background-color: rgb(117,186,55); }
div.DivClassName
{
background-color: #75BA37;
}
.BgClassName
{
background-color: #75BA37;
}
</style>
border-color css
<style>
span { border-color: #75BA37; }
span { border-color: rgb(117,186,55); }
td.TdClassName
{
border-color: #75BA37;
}
.TagClassName
{
border-color: #75BA37;
}
</style>