Shades of Apple #75C841
Tints of Apple #75C841
RGB
CMYK
RGB Variations
Color information
#75C841 (or 0x75C841) is known color: Apple. HEX triplet: 75, C8 and 41. RGB value is (117,200,65). Sum of RGB (Red+Green+Blue) = 117+200+65=382 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.63% from 382); Green value is 200 (78.52% from 255 or 52.36% from 382); Blue value is 65 (25.78% from 255 or 17.02% from 382); Max value from RGB is 200 - color contains mainly: green. Hex color #75C841 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C841 is #8A37BE. Grayscale: #A0A0A0. Windows color (decimal): -9058239 or 4311157. OLE color: 4311157.
HSL color Cylindrical-coordinate representation of color #75C841: hue angle of 96.89º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #75C841 is Cyan = 0.42, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 200 | 65 | - |
| CMYK | 0.42 | 0 | 0.68 | 0.22 |
| HSL | 96.89º | 0.55% | 0.52% | - |
| HSV(B) | 96.89º | 0.68% | 0.78% | - |
| XYZ | 28.94 | 45.47 | 12.25 | - |
| YUV | 159.79 | 74.5 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 200 | 65 | 0.42 | 0 | 0.68 | 0.22 | 96.89 | 0.55 | 0.52 |
| Hex | 75 | C8 | 41 | 2A | 0 | 44 | 16 | 61 | 37 | 34 |
| Octal | 165 | 310 | 101 | 52 | 0 | 104 | 26 | 141 | 67 | 64 |
| Binary | 1110101 | 11001000 | 1000001 | 101010 | 0 | 1000100 | 10110 | 1100001 | 110111 | 110100 |
Color Harmonies of #75C841
Complementary color
Monochromatic Colors of #75C841
Black with #75C841
Text Example
Text Example
White with #75C841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C841; }
p { color: rgb(117,200,65); }
H1.HeaderClassName
{
color: #75C841;
}
.AnyTagClassName
{
color: #75C841;
}
</style>
background-color css
<style>
a { background-color: #75C841; }
a { background-color: rgb(117,200,65); }
div.DivClassName
{
background-color: #75C841;
}
.BgClassName
{
background-color: #75C841;
}
</style>
border-color css
<style>
span { border-color: #75C841; }
span { border-color: rgb(117,200,65); }
td.TdClassName
{
border-color: #75C841;
}
.TagClassName
{
border-color: #75C841;
}
</style>