Shades of Apple #71CC44
Tints of Apple #71CC44
RGB
CMYK
RGB Variations
Color information
#71CC44 (or 0x71CC44) is known color: Apple. HEX triplet: 71, CC and 44. RGB value is (113,204,68). Sum of RGB (Red+Green+Blue) = 113+204+68=385 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.35% from 385); Green value is 204 (80.08% from 255 or 52.99% from 385); Blue value is 68 (26.95% from 255 or 17.66% from 385); Max value from RGB is 204 - color contains mainly: green. Hex color #71CC44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71CC44 is #8E33BB. Grayscale: #A1A1A1. Windows color (decimal): -9319356 or 4508785. OLE color: 4508785.
HSL color Cylindrical-coordinate representation of color #71CC44: hue angle of 100.15º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #71CC44 is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 113 | 204 | 68 | - |
| CMYK | 0.45 | 0 | 0.67 | 0.2 |
| HSL | 100.15º | 0.57% | 0.53% | - |
| HSV(B) | 100.15º | 0.67% | 0.8% | - |
| XYZ | 29.45 | 47.11 | 13.01 | - |
| YUV | 161.29 | 75.35 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 204 | 68 | 0.45 | 0 | 0.67 | 0.2 | 100.15 | 0.57 | 0.53 |
| Hex | 71 | CC | 44 | 2D | 0 | 43 | 14 | 64 | 39 | 35 |
| Octal | 161 | 314 | 104 | 55 | 0 | 103 | 24 | 144 | 71 | 65 |
| Binary | 1110001 | 11001100 | 1000100 | 101101 | 0 | 1000011 | 10100 | 1100100 | 111001 | 110101 |
Color Harmonies of #71CC44
Complementary color
Monochromatic Colors of #71CC44
Black with #71CC44
Text Example
Text Example
White with #71CC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CC44; }
p { color: rgb(113,204,68); }
H1.HeaderClassName
{
color: #71CC44;
}
.AnyTagClassName
{
color: #71CC44;
}
</style>
background-color css
<style>
a { background-color: #71CC44; }
a { background-color: rgb(113,204,68); }
div.DivClassName
{
background-color: #71CC44;
}
.BgClassName
{
background-color: #71CC44;
}
</style>
border-color css
<style>
span { border-color: #71CC44; }
span { border-color: rgb(113,204,68); }
td.TdClassName
{
border-color: #71CC44;
}
.TagClassName
{
border-color: #71CC44;
}
</style>