Shades of Apple #75C03F
Tints of Apple #75C03F
RGB
CMYK
RGB Variations
Color information
#75C03F (or 0x75C03F) is known color: Apple. HEX triplet: 75, C0 and 3F. RGB value is (117,192,63). Sum of RGB (Red+Green+Blue) = 117+192+63=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 192 (75.39% from 255 or 51.61% from 372); Blue value is 63 (25% from 255 or 16.94% from 372); Max value from RGB is 192 - color contains mainly: green. Hex color #75C03F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C03F is #8A3FC0. Grayscale: #9B9B9B. Windows color (decimal): -9060289 or 4178037. OLE color: 4178037.
HSL color Cylindrical-coordinate representation of color #75C03F: hue angle of 94.88º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #75C03F is Cyan = 0.39, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 192 | 63 | - |
| CMYK | 0.39 | 0 | 0.67 | 0.25 |
| HSL | 94.88º | 0.51% | 0.5% | - |
| HSV(B) | 94.88º | 0.67% | 0.75% | - |
| XYZ | 27.08 | 41.84 | 11.35 | - |
| YUV | 154.87 | 76.15 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 192 | 63 | 0.39 | 0 | 0.67 | 0.25 | 94.88 | 0.51 | 0.5 |
| Hex | 75 | C0 | 3F | 27 | 0 | 43 | 19 | 5F | 33 | 32 |
| Octal | 165 | 300 | 77 | 47 | 0 | 103 | 31 | 137 | 63 | 62 |
| Binary | 1110101 | 11000000 | 111111 | 100111 | 0 | 1000011 | 11001 | 1011111 | 110011 | 110010 |
Color Harmonies of #75C03F
Complementary color
Monochromatic Colors of #75C03F
Black with #75C03F
Text Example
Text Example
White with #75C03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C03F; }
p { color: rgb(117,192,63); }
H1.HeaderClassName
{
color: #75C03F;
}
.AnyTagClassName
{
color: #75C03F;
}
</style>
background-color css
<style>
a { background-color: #75C03F; }
a { background-color: rgb(117,192,63); }
div.DivClassName
{
background-color: #75C03F;
}
.BgClassName
{
background-color: #75C03F;
}
</style>
border-color css
<style>
span { border-color: #75C03F; }
span { border-color: rgb(117,192,63); }
td.TdClassName
{
border-color: #75C03F;
}
.TagClassName
{
border-color: #75C03F;
}
</style>