Shades of Apple #75BC44
Tints of Apple #75BC44
RGB
CMYK
RGB Variations
Color information
#75BC44 (or 0x75BC44) is known color: Apple. HEX triplet: 75, BC and 44. RGB value is (117,188,68). Sum of RGB (Red+Green+Blue) = 117+188+68=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 188 (73.83% from 255 or 50.40% from 373); Blue value is 68 (26.95% from 255 or 18.23% from 373); Max value from RGB is 188 - color contains mainly: green. Hex color #75BC44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BC44 is #8A43BB. Grayscale: #999999. Windows color (decimal): -9061308 or 4504693. OLE color: 4504693.
HSL color Cylindrical-coordinate representation of color #75BC44: hue angle of 95.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #75BC44 is Cyan = 0.38, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 117 | 188 | 68 | - |
| CMYK | 0.38 | 0 | 0.64 | 0.26 |
| HSL | 95.5º | 0.47% | 0.5% | - |
| HSV(B) | 95.5º | 0.64% | 0.74% | - |
| XYZ | 26.36 | 40.17 | 11.83 | - |
| YUV | 153.09 | 79.98 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 188 | 68 | 0.38 | 0 | 0.64 | 0.26 | 95.5 | 0.47 | 0.5 |
| Hex | 75 | BC | 44 | 26 | 0 | 40 | 1A | 60 | 2F | 32 |
| Octal | 165 | 274 | 104 | 46 | 0 | 100 | 32 | 140 | 57 | 62 |
| Binary | 1110101 | 10111100 | 1000100 | 100110 | 0 | 1000000 | 11010 | 1100000 | 101111 | 110010 |
Color Harmonies of #75BC44
Complementary color
Monochromatic Colors of #75BC44
Black with #75BC44
Text Example
Text Example
White with #75BC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BC44; }
p { color: rgb(117,188,68); }
H1.HeaderClassName
{
color: #75BC44;
}
.AnyTagClassName
{
color: #75BC44;
}
</style>
background-color css
<style>
a { background-color: #75BC44; }
a { background-color: rgb(117,188,68); }
div.DivClassName
{
background-color: #75BC44;
}
.BgClassName
{
background-color: #75BC44;
}
</style>
border-color css
<style>
span { border-color: #75BC44; }
span { border-color: rgb(117,188,68); }
td.TdClassName
{
border-color: #75BC44;
}
.TagClassName
{
border-color: #75BC44;
}
</style>