Shades of Apple #75CC40
Tints of Apple #75CC40
RGB
CMYK
RGB Variations
Color information
#75CC40 (or 0x75CC40) is known color: Apple. HEX triplet: 75, CC and 40. RGB value is (117,204,64). Sum of RGB (Red+Green+Blue) = 117+204+64=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 204 (80.08% from 255 or 52.99% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 204 - color contains mainly: green. Hex color #75CC40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75CC40 is #8A33BF. Grayscale: #A2A2A2. Windows color (decimal): -9057216 or 4246645. OLE color: 4246645.
HSL color Cylindrical-coordinate representation of color #75CC40: hue angle of 97.29º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #75CC40 is Cyan = 0.43, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 117 | 204 | 64 | - |
| CMYK | 0.43 | 0 | 0.69 | 0.2 |
| HSL | 97.29º | 0.58% | 0.53% | - |
| HSV(B) | 97.29º | 0.69% | 0.8% | - |
| XYZ | 29.85 | 47.34 | 12.41 | - |
| YUV | 162.03 | 72.68 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 204 | 64 | 0.43 | 0 | 0.69 | 0.2 | 97.29 | 0.58 | 0.53 |
| Hex | 75 | CC | 40 | 2B | 0 | 45 | 14 | 61 | 3A | 35 |
| Octal | 165 | 314 | 100 | 53 | 0 | 105 | 24 | 141 | 72 | 65 |
| Binary | 1110101 | 11001100 | 1000000 | 101011 | 0 | 1000101 | 10100 | 1100001 | 111010 | 110101 |
Color Harmonies of #75CC40
Complementary color
Monochromatic Colors of #75CC40
Black with #75CC40
Text Example
Text Example
White with #75CC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CC40; }
p { color: rgb(117,204,64); }
H1.HeaderClassName
{
color: #75CC40;
}
.AnyTagClassName
{
color: #75CC40;
}
</style>
background-color css
<style>
a { background-color: #75CC40; }
a { background-color: rgb(117,204,64); }
div.DivClassName
{
background-color: #75CC40;
}
.BgClassName
{
background-color: #75CC40;
}
</style>
border-color css
<style>
span { border-color: #75CC40; }
span { border-color: rgb(117,204,64); }
td.TdClassName
{
border-color: #75CC40;
}
.TagClassName
{
border-color: #75CC40;
}
</style>