Shades of Apple #71C44C
Tints of Apple #71C44C
RGB
CMYK
RGB Variations
Color information
#71C44C (or 0x71C44C) is known color: Apple. HEX triplet: 71, C4 and 4C. RGB value is (113,196,76). Sum of RGB (Red+Green+Blue) = 113+196+76=385 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.35% from 385); Green value is 196 (76.95% from 255 or 50.91% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 196 - color contains mainly: green. Hex color #71C44C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C44C is #8E3BB3. Grayscale: #9D9D9D. Windows color (decimal): -9321396 or 5031025. OLE color: 5031025.
HSL color Cylindrical-coordinate representation of color #71C44C: hue angle of 101.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #71C44C is Cyan = 0.42, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 113 | 196 | 76 | - |
| CMYK | 0.42 | 0 | 0.61 | 0.23 |
| HSL | 101.5º | 0.5% | 0.53% | - |
| HSV(B) | 101.5º | 0.61% | 0.77% | - |
| XYZ | 27.85 | 43.51 | 13.77 | - |
| YUV | 157.5 | 82 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 196 | 76 | 0.42 | 0 | 0.61 | 0.23 | 101.5 | 0.5 | 0.53 |
| Hex | 71 | C4 | 4C | 2A | 0 | 3D | 17 | 66 | 32 | 35 |
| Octal | 161 | 304 | 114 | 52 | 0 | 75 | 27 | 146 | 62 | 65 |
| Binary | 1110001 | 11000100 | 1001100 | 101010 | 0 | 111101 | 10111 | 1100110 | 110010 | 110101 |
Color Harmonies of #71C44C
Complementary color
Monochromatic Colors of #71C44C
Black with #71C44C
Text Example
Text Example
White with #71C44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C44C; }
p { color: rgb(113,196,76); }
H1.HeaderClassName
{
color: #71C44C;
}
.AnyTagClassName
{
color: #71C44C;
}
</style>
background-color css
<style>
a { background-color: #71C44C; }
a { background-color: rgb(113,196,76); }
div.DivClassName
{
background-color: #71C44C;
}
.BgClassName
{
background-color: #71C44C;
}
</style>
border-color css
<style>
span { border-color: #71C44C; }
span { border-color: rgb(113,196,76); }
td.TdClassName
{
border-color: #71C44C;
}
.TagClassName
{
border-color: #71C44C;
}
</style>