Shades of Apple #75C33F
Tints of Apple #75C33F
RGB
CMYK
RGB Variations
Color information
#75C33F (or 0x75C33F) is known color: Apple. HEX triplet: 75, C3 and 3F. RGB value is (117,195,63). Sum of RGB (Red+Green+Blue) = 117+195+63=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 195 (76.56% from 255 or 52% from 375); Blue value is 63 (25% from 255 or 16.8% from 375); Max value from RGB is 195 - color contains mainly: green. Hex color #75C33F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C33F is #8A3CC0. Grayscale: #9D9D9D. Windows color (decimal): -9059521 or 4178805. OLE color: 4178805.
HSL color Cylindrical-coordinate representation of color #75C33F: hue angle of 95.45º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #75C33F is Cyan = 0.4, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 195 | 63 | - |
| CMYK | 0.4 | 0 | 0.68 | 0.24 |
| HSL | 95.45º | 0.52% | 0.51% | - |
| HSV(B) | 95.45º | 0.68% | 0.76% | - |
| XYZ | 27.75 | 43.17 | 11.57 | - |
| YUV | 156.63 | 75.16 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 195 | 63 | 0.4 | 0 | 0.68 | 0.24 | 95.45 | 0.52 | 0.51 |
| Hex | 75 | C3 | 3F | 28 | 0 | 44 | 18 | 5F | 34 | 33 |
| Octal | 165 | 303 | 77 | 50 | 0 | 104 | 30 | 137 | 64 | 63 |
| Binary | 1110101 | 11000011 | 111111 | 101000 | 0 | 1000100 | 11000 | 1011111 | 110100 | 110011 |
Color Harmonies of #75C33F
Complementary color
Monochromatic Colors of #75C33F
Black with #75C33F
Text Example
Text Example
White with #75C33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C33F; }
p { color: rgb(117,195,63); }
H1.HeaderClassName
{
color: #75C33F;
}
.AnyTagClassName
{
color: #75C33F;
}
</style>
background-color css
<style>
a { background-color: #75C33F; }
a { background-color: rgb(117,195,63); }
div.DivClassName
{
background-color: #75C33F;
}
.BgClassName
{
background-color: #75C33F;
}
</style>
border-color css
<style>
span { border-color: #75C33F; }
span { border-color: rgb(117,195,63); }
td.TdClassName
{
border-color: #75C33F;
}
.TagClassName
{
border-color: #75C33F;
}
</style>