Shades of Apple #71B84C
Tints of Apple #71B84C
RGB
CMYK
RGB Variations
Color information
#71B84C (or 0x71B84C) is known color: Apple. HEX triplet: 71, B8 and 4C. RGB value is (113,184,76). Sum of RGB (Red+Green+Blue) = 113+184+76=373 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.29% from 373); Green value is 184 (72.27% from 255 or 49.33% from 373); Blue value is 76 (30.08% from 255 or 20.38% from 373); Max value from RGB is 184 - color contains mainly: green. Hex color #71B84C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71B84C is #8E47B3. Grayscale: #969696. Windows color (decimal): -9324468 or 5027953. OLE color: 5027953.
HSL color Cylindrical-coordinate representation of color #71B84C: hue angle of 99.44º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #71B84C is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 113 | 184 | 76 | - |
| CMYK | 0.39 | 0 | 0.59 | 0.28 |
| HSL | 99.44º | 0.43% | 0.51% | - |
| HSV(B) | 99.44º | 0.59% | 0.72% | - |
| XYZ | 25.26 | 38.31 | 12.9 | - |
| YUV | 150.46 | 85.98 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 184 | 76 | 0.39 | 0 | 0.59 | 0.28 | 99.44 | 0.43 | 0.51 |
| Hex | 71 | B8 | 4C | 27 | 0 | 3B | 1C | 63 | 2B | 33 |
| Octal | 161 | 270 | 114 | 47 | 0 | 73 | 34 | 143 | 53 | 63 |
| Binary | 1110001 | 10111000 | 1001100 | 100111 | 0 | 111011 | 11100 | 1100011 | 101011 | 110011 |
Color Harmonies of #71B84C
Complementary color
Monochromatic Colors of #71B84C
Black with #71B84C
Text Example
Text Example
White with #71B84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B84C; }
p { color: rgb(113,184,76); }
H1.HeaderClassName
{
color: #71B84C;
}
.AnyTagClassName
{
color: #71B84C;
}
</style>
background-color css
<style>
a { background-color: #71B84C; }
a { background-color: rgb(113,184,76); }
div.DivClassName
{
background-color: #71B84C;
}
.BgClassName
{
background-color: #71B84C;
}
</style>
border-color css
<style>
span { border-color: #71B84C; }
span { border-color: rgb(113,184,76); }
td.TdClassName
{
border-color: #71B84C;
}
.TagClassName
{
border-color: #71B84C;
}
</style>