Shades of Apple #75D637
Tints of Apple #75D637
RGB
CMYK
RGB Variations
Color information
#75D637 (or 0x75D637) is known color: Apple. HEX triplet: 75, D6 and 37. RGB value is (117,214,55). Sum of RGB (Red+Green+Blue) = 117+214+55=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 214 (83.98% from 255 or 55.44% from 386); Blue value is 55 (21.88% from 255 or 14.25% from 386); Max value from RGB is 214 - color contains mainly: green. Hex color #75D637 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75D637 is #8A29C8. Grayscale: #A7A7A7. Windows color (decimal): -9054665 or 3659381. OLE color: 3659381.
HSL color Cylindrical-coordinate representation of color #75D637: hue angle of 96.6º degrees, saturation: 0.66, 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 #75D637 is Cyan = 0.45, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 214 | 55 | - |
| CMYK | 0.45 | 0 | 0.74 | 0.16 |
| HSL | 96.6º | 0.66% | 0.53% | - |
| HSV(B) | 96.6º | 0.74% | 0.84% | - |
| XYZ | 32.07 | 52.15 | 11.99 | - |
| YUV | 166.87 | 64.86 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 214 | 55 | 0.45 | 0 | 0.74 | 0.16 | 96.6 | 0.66 | 0.53 |
| Hex | 75 | D6 | 37 | 2D | 0 | 4A | 10 | 61 | 42 | 35 |
| Octal | 165 | 326 | 67 | 55 | 0 | 112 | 20 | 141 | 102 | 65 |
| Binary | 1110101 | 11010110 | 110111 | 101101 | 0 | 1001010 | 10000 | 1100001 | 1000010 | 110101 |
Color Harmonies of #75D637
Complementary color
Monochromatic Colors of #75D637
Black with #75D637
Text Example
Text Example
White with #75D637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D637; }
p { color: rgb(117,214,55); }
H1.HeaderClassName
{
color: #75D637;
}
.AnyTagClassName
{
color: #75D637;
}
</style>
background-color css
<style>
a { background-color: #75D637; }
a { background-color: rgb(117,214,55); }
div.DivClassName
{
background-color: #75D637;
}
.BgClassName
{
background-color: #75D637;
}
</style>
border-color css
<style>
span { border-color: #75D637; }
span { border-color: rgb(117,214,55); }
td.TdClassName
{
border-color: #75D637;
}
.TagClassName
{
border-color: #75D637;
}
</style>