Shades of Apple #75C342
Tints of Apple #75C342
RGB
CMYK
RGB Variations
Color information
#75C342 (or 0x75C342) is known color: Apple. HEX triplet: 75, C3 and 42. RGB value is (117,195,66). Sum of RGB (Red+Green+Blue) = 117+195+66=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 195 (76.56% from 255 or 51.59% from 378); Blue value is 66 (26.17% from 255 or 17.46% from 378); Max value from RGB is 195 - color contains mainly: green. Hex color #75C342 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C342 is #8A3CBD. Grayscale: #9D9D9D. Windows color (decimal): -9059518 or 4375413. OLE color: 4375413.
HSL color Cylindrical-coordinate representation of color #75C342: hue angle of 96.28º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #75C342 is Cyan = 0.4, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 195 | 66 | - |
| CMYK | 0.4 | 0 | 0.66 | 0.24 |
| HSL | 96.28º | 0.52% | 0.51% | - |
| HSV(B) | 96.28º | 0.66% | 0.76% | - |
| XYZ | 27.83 | 43.21 | 12.03 | - |
| YUV | 156.97 | 76.66 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 195 | 66 | 0.4 | 0 | 0.66 | 0.24 | 96.28 | 0.52 | 0.51 |
| Hex | 75 | C3 | 42 | 28 | 0 | 42 | 18 | 60 | 34 | 33 |
| Octal | 165 | 303 | 102 | 50 | 0 | 102 | 30 | 140 | 64 | 63 |
| Binary | 1110101 | 11000011 | 1000010 | 101000 | 0 | 1000010 | 11000 | 1100000 | 110100 | 110011 |
Color Harmonies of #75C342
Complementary color
Monochromatic Colors of #75C342
Black with #75C342
Text Example
Text Example
White with #75C342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C342; }
p { color: rgb(117,195,66); }
H1.HeaderClassName
{
color: #75C342;
}
.AnyTagClassName
{
color: #75C342;
}
</style>
background-color css
<style>
a { background-color: #75C342; }
a { background-color: rgb(117,195,66); }
div.DivClassName
{
background-color: #75C342;
}
.BgClassName
{
background-color: #75C342;
}
</style>
border-color css
<style>
span { border-color: #75C342; }
span { border-color: rgb(117,195,66); }
td.TdClassName
{
border-color: #75C342;
}
.TagClassName
{
border-color: #75C342;
}
</style>