Shades of Apple #75C240
Tints of Apple #75C240
RGB
CMYK
RGB Variations
Color information
#75C240 (or 0x75C240) is known color: Apple. HEX triplet: 75, C2 and 40. RGB value is (117,194,64). Sum of RGB (Red+Green+Blue) = 117+194+64=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 194 (76.17% from 255 or 51.73% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 194 - color contains mainly: green. Hex color #75C240 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C240 is #8A3DBF. Grayscale: #9C9C9C. Windows color (decimal): -9059776 or 4244085. OLE color: 4244085.
HSL color Cylindrical-coordinate representation of color #75C240: hue angle of 95.54º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #75C240 is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 194 | 64 | - |
| CMYK | 0.40 | 0 | 0.67 | 0.24 |
| HSL | 95.54º | 0.52% | 0.51% | - |
| HSV(B) | 95.54º | 0.67% | 0.76% | - |
| XYZ | 27.55 | 42.74 | 11.65 | - |
| YUV | 156.16 | 75.99 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 194 | 64 | 0.40 | 0 | 0.67 | 0.24 | 95.54 | 0.52 | 0.51 |
| Hex | 75 | C2 | 40 | 28 | 0 | 43 | 18 | 60 | 34 | 33 |
| Octal | 165 | 302 | 100 | 50 | 0 | 103 | 30 | 140 | 64 | 63 |
| Binary | 1110101 | 11000010 | 1000000 | 101000 | 0 | 1000011 | 11000 | 1100000 | 110100 | 110011 |
Color Harmonies of #75C240
Complementary color
Monochromatic Colors of #75C240
Black with #75C240
Text Example
Text Example
White with #75C240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C240; }
p { color: rgb(117,194,64); }
H1.HeaderClassName
{
color: #75C240;
}
.AnyTagClassName
{
color: #75C240;
}
</style>
background-color css
<style>
a { background-color: #75C240; }
a { background-color: rgb(117,194,64); }
div.DivClassName
{
background-color: #75C240;
}
.BgClassName
{
background-color: #75C240;
}
</style>
border-color css
<style>
span { border-color: #75C240; }
span { border-color: rgb(117,194,64); }
td.TdClassName
{
border-color: #75C240;
}
.TagClassName
{
border-color: #75C240;
}
</style>