Shades of Apple #71C644
Tints of Apple #71C644
RGB
CMYK
RGB Variations
Color information
#71C644 (or 0x71C644) is known color: Apple. HEX triplet: 71, C6 and 44. RGB value is (113,198,68). Sum of RGB (Red+Green+Blue) = 113+198+68=379 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.82% from 379); Green value is 198 (77.73% from 255 or 52.24% from 379); Blue value is 68 (26.95% from 255 or 17.94% from 379); Max value from RGB is 198 - color contains mainly: green. Hex color #71C644 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C644 is #8E39BB. Grayscale: #9E9E9E. Windows color (decimal): -9320892 or 4507249. OLE color: 4507249.
HSL color Cylindrical-coordinate representation of color #71C644: hue angle of 99.23º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #71C644 is Cyan = 0.43, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 113 | 198 | 68 | - |
| CMYK | 0.43 | 0 | 0.66 | 0.22 |
| HSL | 99.23º | 0.53% | 0.52% | - |
| HSV(B) | 99.23º | 0.66% | 0.78% | - |
| XYZ | 28.05 | 44.32 | 12.54 | - |
| YUV | 157.77 | 77.34 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 198 | 68 | 0.43 | 0 | 0.66 | 0.22 | 99.23 | 0.53 | 0.52 |
| Hex | 71 | C6 | 44 | 2B | 0 | 42 | 16 | 63 | 35 | 34 |
| Octal | 161 | 306 | 104 | 53 | 0 | 102 | 26 | 143 | 65 | 64 |
| Binary | 1110001 | 11000110 | 1000100 | 101011 | 0 | 1000010 | 10110 | 1100011 | 110101 | 110100 |
Color Harmonies of #71C644
Complementary color
Monochromatic Colors of #71C644
Black with #71C644
Text Example
Text Example
White with #71C644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C644; }
p { color: rgb(113,198,68); }
H1.HeaderClassName
{
color: #71C644;
}
.AnyTagClassName
{
color: #71C644;
}
</style>
background-color css
<style>
a { background-color: #71C644; }
a { background-color: rgb(113,198,68); }
div.DivClassName
{
background-color: #71C644;
}
.BgClassName
{
background-color: #71C644;
}
</style>
border-color css
<style>
span { border-color: #71C644; }
span { border-color: rgb(113,198,68); }
td.TdClassName
{
border-color: #71C644;
}
.TagClassName
{
border-color: #71C644;
}
</style>