Shades of Apple #71B34C
Tints of Apple #71B34C
RGB
CMYK
RGB Variations
Color information
#71B34C (or 0x71B34C) is known color: Apple. HEX triplet: 71, B3 and 4C. RGB value is (113,179,76). Sum of RGB (Red+Green+Blue) = 113+179+76=368 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.71% from 368); Green value is 179 (70.31% from 255 or 48.64% from 368); Blue value is 76 (30.08% from 255 or 20.65% from 368); Max value from RGB is 179 - color contains mainly: green. Hex color #71B34C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71B34C is #8E4CB3. Grayscale: #939393. Windows color (decimal): -9325748 or 5026673. OLE color: 5026673.
HSL color Cylindrical-coordinate representation of color #71B34C: hue angle of 98.45º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #71B34C is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 113 | 179 | 76 | - |
| CMYK | 0.37 | 0 | 0.58 | 0.30 |
| HSL | 98.45º | 0.4% | 0.5% | - |
| HSV(B) | 98.45º | 0.58% | 0.7% | - |
| XYZ | 24.23 | 36.27 | 12.56 | - |
| YUV | 147.52 | 87.63 | 103.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 179 | 76 | 0.37 | 0 | 0.58 | 0.30 | 98.45 | 0.4 | 0.5 |
| Hex | 71 | B3 | 4C | 25 | 0 | 3A | 1E | 62 | 28 | 32 |
| Octal | 161 | 263 | 114 | 45 | 0 | 72 | 36 | 142 | 50 | 62 |
| Binary | 1110001 | 10110011 | 1001100 | 100101 | 0 | 111010 | 11110 | 1100010 | 101000 | 110010 |
Color Harmonies of #71B34C
Complementary color
Monochromatic Colors of #71B34C
Black with #71B34C
Text Example
Text Example
White with #71B34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B34C; }
p { color: rgb(113,179,76); }
H1.HeaderClassName
{
color: #71B34C;
}
.AnyTagClassName
{
color: #71B34C;
}
</style>
background-color css
<style>
a { background-color: #71B34C; }
a { background-color: rgb(113,179,76); }
div.DivClassName
{
background-color: #71B34C;
}
.BgClassName
{
background-color: #71B34C;
}
</style>
border-color css
<style>
span { border-color: #71B34C; }
span { border-color: rgb(113,179,76); }
td.TdClassName
{
border-color: #71B34C;
}
.TagClassName
{
border-color: #71B34C;
}
</style>