Shades of Apple #75BA41
Tints of Apple #75BA41
RGB
CMYK
RGB Variations
Color information
#75BA41 (or 0x75BA41) is known color: Apple. HEX triplet: 75, BA and 41. RGB value is (117,186,65). Sum of RGB (Red+Green+Blue) = 117+186+65=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 186 (73.05% from 255 or 50.54% from 368); Blue value is 65 (25.78% from 255 or 17.66% from 368); Max value from RGB is 186 - color contains mainly: green. Hex color #75BA41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BA41 is #8A45BE. Grayscale: #979797. Windows color (decimal): -9061823 or 4307573. OLE color: 4307573.
HSL color Cylindrical-coordinate representation of color #75BA41: hue angle of 94.21º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #75BA41 is Cyan = 0.37, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 186 | 65 | - |
| CMYK | 0.37 | 0 | 0.65 | 0.27 |
| HSL | 94.21º | 0.48% | 0.49% | - |
| HSV(B) | 94.21º | 0.65% | 0.73% | - |
| XYZ | 25.85 | 39.28 | 11.22 | - |
| YUV | 151.58 | 79.14 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 186 | 65 | 0.37 | 0 | 0.65 | 0.27 | 94.21 | 0.48 | 0.49 |
| Hex | 75 | BA | 41 | 25 | 0 | 41 | 1B | 5E | 30 | 31 |
| Octal | 165 | 272 | 101 | 45 | 0 | 101 | 33 | 136 | 60 | 61 |
| Binary | 1110101 | 10111010 | 1000001 | 100101 | 0 | 1000001 | 11011 | 1011110 | 110000 | 110001 |
Color Harmonies of #75BA41
Complementary color
Monochromatic Colors of #75BA41
Black with #75BA41
Text Example
Text Example
White with #75BA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BA41; }
p { color: rgb(117,186,65); }
H1.HeaderClassName
{
color: #75BA41;
}
.AnyTagClassName
{
color: #75BA41;
}
</style>
background-color css
<style>
a { background-color: #75BA41; }
a { background-color: rgb(117,186,65); }
div.DivClassName
{
background-color: #75BA41;
}
.BgClassName
{
background-color: #75BA41;
}
</style>
border-color css
<style>
span { border-color: #75BA41; }
span { border-color: rgb(117,186,65); }
td.TdClassName
{
border-color: #75BA41;
}
.TagClassName
{
border-color: #75BA41;
}
</style>