Shades of Apple #75CA32
Tints of Apple #75CA32
RGB
CMYK
RGB Variations
Color information
#75CA32 (or 0x75CA32) is known color: Apple. HEX triplet: 75, CA and 32. RGB value is (117,202,50). Sum of RGB (Red+Green+Blue) = 117+202+50=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 202 (79.30% from 255 or 54.74% from 369); Blue value is 50 (19.92% from 255 or 13.55% from 369); Max value from RGB is 202 - color contains mainly: green. Hex color #75CA32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75CA32 is #8A35CD. Grayscale: #9F9F9F. Windows color (decimal): -9057742 or 3328629. OLE color: 3328629.
HSL color Cylindrical-coordinate representation of color #75CA32: hue angle of 93.55º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #75CA32 is Cyan = 0.42, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 117 | 202 | 50 | - |
| CMYK | 0.42 | 0 | 0.75 | 0.21 |
| HSL | 93.55º | 0.6% | 0.49% | - |
| HSV(B) | 93.55º | 0.75% | 0.79% | - |
| XYZ | 29.03 | 46.25 | 10.42 | - |
| YUV | 159.26 | 66.34 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 202 | 50 | 0.42 | 0 | 0.75 | 0.21 | 93.55 | 0.6 | 0.49 |
| Hex | 75 | CA | 32 | 2A | 0 | 4B | 15 | 5E | 3C | 31 |
| Octal | 165 | 312 | 62 | 52 | 0 | 113 | 25 | 136 | 74 | 61 |
| Binary | 1110101 | 11001010 | 110010 | 101010 | 0 | 1001011 | 10101 | 1011110 | 111100 | 110001 |
Color Harmonies of #75CA32
Complementary color
Monochromatic Colors of #75CA32
Black with #75CA32
Text Example
Text Example
White with #75CA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CA32; }
p { color: rgb(117,202,50); }
H1.HeaderClassName
{
color: #75CA32;
}
.AnyTagClassName
{
color: #75CA32;
}
</style>
background-color css
<style>
a { background-color: #75CA32; }
a { background-color: rgb(117,202,50); }
div.DivClassName
{
background-color: #75CA32;
}
.BgClassName
{
background-color: #75CA32;
}
</style>
border-color css
<style>
span { border-color: #75CA32; }
span { border-color: rgb(117,202,50); }
td.TdClassName
{
border-color: #75CA32;
}
.TagClassName
{
border-color: #75CA32;
}
</style>