Shades of Apple #75D537
Tints of Apple #75D537
RGB
CMYK
RGB Variations
Color information
#75D537 (or 0x75D537) is known color: Apple. HEX triplet: 75, D5 and 37. RGB value is (117,213,55). Sum of RGB (Red+Green+Blue) = 117+213+55=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 213 (83.59% from 255 or 55.32% from 385); Blue value is 55 (21.88% from 255 or 14.29% from 385); Max value from RGB is 213 - color contains mainly: green. Hex color #75D537 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75D537 is #8A2AC8. Grayscale: #A6A6A6. Windows color (decimal): -9054921 or 3659125. OLE color: 3659125.
HSL color Cylindrical-coordinate representation of color #75D537: hue angle of 96.46º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #75D537 is Cyan = 0.45, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 213 | 55 | - |
| CMYK | 0.45 | 0 | 0.74 | 0.16 |
| HSL | 96.46º | 0.65% | 0.53% | - |
| HSV(B) | 96.46º | 0.74% | 0.84% | - |
| XYZ | 31.82 | 51.65 | 11.91 | - |
| YUV | 166.28 | 65.2 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 213 | 55 | 0.45 | 0 | 0.74 | 0.16 | 96.46 | 0.65 | 0.53 |
| Hex | 75 | D5 | 37 | 2D | 0 | 4A | 10 | 60 | 41 | 35 |
| Octal | 165 | 325 | 67 | 55 | 0 | 112 | 20 | 140 | 101 | 65 |
| Binary | 1110101 | 11010101 | 110111 | 101101 | 0 | 1001010 | 10000 | 1100000 | 1000001 | 110101 |
Color Harmonies of #75D537
Complementary color
Monochromatic Colors of #75D537
Black with #75D537
Text Example
Text Example
White with #75D537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D537; }
p { color: rgb(117,213,55); }
H1.HeaderClassName
{
color: #75D537;
}
.AnyTagClassName
{
color: #75D537;
}
</style>
background-color css
<style>
a { background-color: #75D537; }
a { background-color: rgb(117,213,55); }
div.DivClassName
{
background-color: #75D537;
}
.BgClassName
{
background-color: #75D537;
}
</style>
border-color css
<style>
span { border-color: #75D537; }
span { border-color: rgb(117,213,55); }
td.TdClassName
{
border-color: #75D537;
}
.TagClassName
{
border-color: #75D537;
}
</style>