Shades of Apple #75C538
Tints of Apple #75C538
RGB
CMYK
RGB Variations
Color information
#75C538 (or 0x75C538) is known color: Apple. HEX triplet: 75, C5 and 38. RGB value is (117,197,56). Sum of RGB (Red+Green+Blue) = 117+197+56=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 197 (77.34% from 255 or 53.24% from 370); Blue value is 56 (22.27% from 255 or 15.14% from 370); Max value from RGB is 197 - color contains mainly: green. Hex color #75C538 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C538 is #8A3AC7. Grayscale: #9D9D9D. Windows color (decimal): -9059016 or 3720565. OLE color: 3720565.
HSL color Cylindrical-coordinate representation of color #75C538: hue angle of 94.04º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #75C538 is Cyan = 0.41, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 197 | 56 | - |
| CMYK | 0.41 | 0 | 0.72 | 0.23 |
| HSL | 94.04º | 0.56% | 0.5% | - |
| HSV(B) | 94.04º | 0.72% | 0.77% | - |
| XYZ | 28.02 | 44 | 10.76 | - |
| YUV | 157.01 | 71 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 197 | 56 | 0.41 | 0 | 0.72 | 0.23 | 94.04 | 0.56 | 0.5 |
| Hex | 75 | C5 | 38 | 29 | 0 | 48 | 17 | 5E | 38 | 32 |
| Octal | 165 | 305 | 70 | 51 | 0 | 110 | 27 | 136 | 70 | 62 |
| Binary | 1110101 | 11000101 | 111000 | 101001 | 0 | 1001000 | 10111 | 1011110 | 111000 | 110010 |
Color Harmonies of #75C538
Complementary color
Monochromatic Colors of #75C538
Black with #75C538
Text Example
Text Example
White with #75C538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C538; }
p { color: rgb(117,197,56); }
H1.HeaderClassName
{
color: #75C538;
}
.AnyTagClassName
{
color: #75C538;
}
</style>
background-color css
<style>
a { background-color: #75C538; }
a { background-color: rgb(117,197,56); }
div.DivClassName
{
background-color: #75C538;
}
.BgClassName
{
background-color: #75C538;
}
</style>
border-color css
<style>
span { border-color: #75C538; }
span { border-color: rgb(117,197,56); }
td.TdClassName
{
border-color: #75C538;
}
.TagClassName
{
border-color: #75C538;
}
</style>