Shades of Apple #75D639
Tints of Apple #75D639
RGB
CMYK
RGB Variations
Color information
#75D639 (or 0x75D639) is known color: Apple. HEX triplet: 75, D6 and 39. RGB value is (117,214,57). Sum of RGB (Red+Green+Blue) = 117+214+57=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 214 (83.98% from 255 or 55.15% from 388); Blue value is 57 (22.66% from 255 or 14.69% from 388); Max value from RGB is 214 - color contains mainly: green. Hex color #75D639 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75D639 is #8A29C6. Grayscale: #A7A7A7. Windows color (decimal): -9054663 or 3790453. OLE color: 3790453.
HSL color Cylindrical-coordinate representation of color #75D639: hue angle of 97.07º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #75D639 is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 214 | 57 | - |
| CMYK | 0.45 | 0 | 0.73 | 0.16 |
| HSL | 97.07º | 0.66% | 0.53% | - |
| HSV(B) | 97.07º | 0.73% | 0.84% | - |
| XYZ | 32.12 | 52.17 | 12.25 | - |
| YUV | 167.1 | 65.86 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 214 | 57 | 0.45 | 0 | 0.73 | 0.16 | 97.07 | 0.66 | 0.53 |
| Hex | 75 | D6 | 39 | 2D | 0 | 49 | 10 | 61 | 42 | 35 |
| Octal | 165 | 326 | 71 | 55 | 0 | 111 | 20 | 141 | 102 | 65 |
| Binary | 1110101 | 11010110 | 111001 | 101101 | 0 | 1001001 | 10000 | 1100001 | 1000010 | 110101 |
Color Harmonies of #75D639
Complementary color
Monochromatic Colors of #75D639
Black with #75D639
Text Example
Text Example
White with #75D639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D639; }
p { color: rgb(117,214,57); }
H1.HeaderClassName
{
color: #75D639;
}
.AnyTagClassName
{
color: #75D639;
}
</style>
background-color css
<style>
a { background-color: #75D639; }
a { background-color: rgb(117,214,57); }
div.DivClassName
{
background-color: #75D639;
}
.BgClassName
{
background-color: #75D639;
}
</style>
border-color css
<style>
span { border-color: #75D639; }
span { border-color: rgb(117,214,57); }
td.TdClassName
{
border-color: #75D639;
}
.TagClassName
{
border-color: #75D639;
}
</style>