Shades of Apple #75CB41
Tints of Apple #75CB41
RGB
CMYK
RGB Variations
Color information
#75CB41 (or 0x75CB41) is known color: Apple. HEX triplet: 75, CB and 41. RGB value is (117,203,65). Sum of RGB (Red+Green+Blue) = 117+203+65=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 203 (79.69% from 255 or 52.73% from 385); Blue value is 65 (25.78% from 255 or 16.88% from 385); Max value from RGB is 203 - color contains mainly: green. Hex color #75CB41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75CB41 is #8A34BE. Grayscale: #A2A2A2. Windows color (decimal): -9057471 or 4311925. OLE color: 4311925.
HSL color Cylindrical-coordinate representation of color #75CB41: hue angle of 97.39º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #75CB41 is Cyan = 0.42, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 203 | 65 | - |
| CMYK | 0.42 | 0 | 0.68 | 0.20 |
| HSL | 97.39º | 0.57% | 0.53% | - |
| HSV(B) | 97.39º | 0.68% | 0.8% | - |
| XYZ | 29.65 | 46.88 | 12.49 | - |
| YUV | 161.55 | 73.51 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 203 | 65 | 0.42 | 0 | 0.68 | 0.20 | 97.39 | 0.57 | 0.53 |
| Hex | 75 | CB | 41 | 2A | 0 | 44 | 14 | 61 | 39 | 35 |
| Octal | 165 | 313 | 101 | 52 | 0 | 104 | 24 | 141 | 71 | 65 |
| Binary | 1110101 | 11001011 | 1000001 | 101010 | 0 | 1000100 | 10100 | 1100001 | 111001 | 110101 |
Color Harmonies of #75CB41
Complementary color
Monochromatic Colors of #75CB41
Black with #75CB41
Text Example
Text Example
White with #75CB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CB41; }
p { color: rgb(117,203,65); }
H1.HeaderClassName
{
color: #75CB41;
}
.AnyTagClassName
{
color: #75CB41;
}
</style>
background-color css
<style>
a { background-color: #75CB41; }
a { background-color: rgb(117,203,65); }
div.DivClassName
{
background-color: #75CB41;
}
.BgClassName
{
background-color: #75CB41;
}
</style>
border-color css
<style>
span { border-color: #75CB41; }
span { border-color: rgb(117,203,65); }
td.TdClassName
{
border-color: #75CB41;
}
.TagClassName
{
border-color: #75CB41;
}
</style>