Shades of Apple #75BA38
Tints of Apple #75BA38
RGB
CMYK
RGB Variations
Color information
#75BA38 (or 0x75BA38) is known color: Apple. HEX triplet: 75, BA and 38. RGB value is (117,186,56). Sum of RGB (Red+Green+Blue) = 117+186+56=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 186 (73.05% from 255 or 51.81% from 359); Blue value is 56 (22.27% from 255 or 15.60% from 359); Max value from RGB is 186 - color contains mainly: green. Hex color #75BA38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BA38 is #8A45C7. Grayscale: #979797. Windows color (decimal): -9061832 or 3717749. OLE color: 3717749.
HSL color Cylindrical-coordinate representation of color #75BA38: hue angle of 91.85º 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 #75BA38 is Cyan = 0.37, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 186 | 56 | - |
| CMYK | 0.37 | 0 | 0.70 | 0.27 |
| HSL | 91.85º | 0.54% | 0.47% | - |
| HSV(B) | 91.85º | 0.7% | 0.73% | - |
| XYZ | 25.61 | 39.19 | 9.96 | - |
| YUV | 150.55 | 74.64 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 186 | 56 | 0.37 | 0 | 0.70 | 0.27 | 91.85 | 0.54 | 0.47 |
| Hex | 75 | BA | 38 | 25 | 0 | 46 | 1B | 5C | 36 | 2F |
| Octal | 165 | 272 | 70 | 45 | 0 | 106 | 33 | 134 | 66 | 57 |
| Binary | 1110101 | 10111010 | 111000 | 100101 | 0 | 1000110 | 11011 | 1011100 | 110110 | 101111 |
Color Harmonies of #75BA38
Complementary color
Monochromatic Colors of #75BA38
Black with #75BA38
Text Example
Text Example
White with #75BA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BA38; }
p { color: rgb(117,186,56); }
H1.HeaderClassName
{
color: #75BA38;
}
.AnyTagClassName
{
color: #75BA38;
}
</style>
background-color css
<style>
a { background-color: #75BA38; }
a { background-color: rgb(117,186,56); }
div.DivClassName
{
background-color: #75BA38;
}
.BgClassName
{
background-color: #75BA38;
}
</style>
border-color css
<style>
span { border-color: #75BA38; }
span { border-color: rgb(117,186,56); }
td.TdClassName
{
border-color: #75BA38;
}
.TagClassName
{
border-color: #75BA38;
}
</style>