Shades of Apple #75D837
Tints of Apple #75D837
RGB
CMYK
RGB Variations
Color information
#75D837 (or 0x75D837) is known color: Apple. HEX triplet: 75, D8 and 37. RGB value is (117,216,55). Sum of RGB (Red+Green+Blue) = 117+216+55=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 216 (84.77% from 255 or 55.67% from 388); Blue value is 55 (21.88% from 255 or 14.18% from 388); Max value from RGB is 216 - color contains mainly: green. Hex color #75D837 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75D837 is #8A27C8. Grayscale: #A8A8A8. Windows color (decimal): -9054153 or 3659893. OLE color: 3659893.
HSL color Cylindrical-coordinate representation of color #75D837: hue angle of 96.89º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #75D837 is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 216 | 55 | - |
| CMYK | 0.46 | 0 | 0.75 | 0.15 |
| HSL | 96.89º | 0.67% | 0.53% | - |
| HSV(B) | 96.89º | 0.75% | 0.85% | - |
| XYZ | 32.58 | 53.17 | 12.16 | - |
| YUV | 168.05 | 64.2 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 216 | 55 | 0.46 | 0 | 0.75 | 0.15 | 96.89 | 0.67 | 0.53 |
| Hex | 75 | D8 | 37 | 2E | 0 | 4B | F | 61 | 43 | 35 |
| Octal | 165 | 330 | 67 | 56 | 0 | 113 | 17 | 141 | 103 | 65 |
| Binary | 1110101 | 11011000 | 110111 | 101110 | 0 | 1001011 | 1111 | 1100001 | 1000011 | 110101 |
Color Harmonies of #75D837
Complementary color
Monochromatic Colors of #75D837
Black with #75D837
Text Example
Text Example
White with #75D837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D837; }
p { color: rgb(117,216,55); }
H1.HeaderClassName
{
color: #75D837;
}
.AnyTagClassName
{
color: #75D837;
}
</style>
background-color css
<style>
a { background-color: #75D837; }
a { background-color: rgb(117,216,55); }
div.DivClassName
{
background-color: #75D837;
}
.BgClassName
{
background-color: #75D837;
}
</style>
border-color css
<style>
span { border-color: #75D837; }
span { border-color: rgb(117,216,55); }
td.TdClassName
{
border-color: #75D837;
}
.TagClassName
{
border-color: #75D837;
}
</style>