Shades of Apple #71C132
Tints of Apple #71C132
RGB
CMYK
RGB Variations
Color information
#71C132 (or 0x71C132) is known color: Apple. HEX triplet: 71, C1 and 32. RGB value is (113,193,50). Sum of RGB (Red+Green+Blue) = 113+193+50=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 193 (75.78% from 255 or 54.21% from 356); Blue value is 50 (19.92% from 255 or 14.04% from 356); Max value from RGB is 193 - color contains mainly: green. Hex color #71C132 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C132 is #8E3ECD. Grayscale: #999999. Windows color (decimal): -9322190 or 3326321. OLE color: 3326321.
HSL color Cylindrical-coordinate representation of color #71C132: hue angle of 93.57º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #71C132 is Cyan = 0.41, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 193 | 50 | - |
| CMYK | 0.41 | 0 | 0.74 | 0.24 |
| HSL | 93.57º | 0.59% | 0.48% | - |
| HSV(B) | 93.57º | 0.74% | 0.76% | - |
| XYZ | 26.46 | 41.88 | 9.71 | - |
| YUV | 152.78 | 70 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 193 | 50 | 0.41 | 0 | 0.74 | 0.24 | 93.57 | 0.59 | 0.48 |
| Hex | 71 | C1 | 32 | 29 | 0 | 4A | 18 | 5E | 3B | 30 |
| Octal | 161 | 301 | 62 | 51 | 0 | 112 | 30 | 136 | 73 | 60 |
| Binary | 1110001 | 11000001 | 110010 | 101001 | 0 | 1001010 | 11000 | 1011110 | 111011 | 110000 |
Color Harmonies of #71C132
Complementary color
Monochromatic Colors of #71C132
Black with #71C132
Text Example
Text Example
White with #71C132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C132; }
p { color: rgb(113,193,50); }
H1.HeaderClassName
{
color: #71C132;
}
.AnyTagClassName
{
color: #71C132;
}
</style>
background-color css
<style>
a { background-color: #71C132; }
a { background-color: rgb(113,193,50); }
div.DivClassName
{
background-color: #71C132;
}
.BgClassName
{
background-color: #71C132;
}
</style>
border-color css
<style>
span { border-color: #71C132; }
span { border-color: rgb(113,193,50); }
td.TdClassName
{
border-color: #71C132;
}
.TagClassName
{
border-color: #71C132;
}
</style>