Shades of Apple #71C343
Tints of Apple #71C343
RGB
CMYK
RGB Variations
Color information
#71C343 (or 0x71C343) is known color: Apple. HEX triplet: 71, C3 and 43. RGB value is (113,195,67). Sum of RGB (Red+Green+Blue) = 113+195+67=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 195 (76.56% from 255 or 52% from 375); Blue value is 67 (26.56% from 255 or 17.87% from 375); Max value from RGB is 195 - color contains mainly: green. Hex color #71C343 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C343 is #8E3CBC. Grayscale: #9C9C9C. Windows color (decimal): -9321661 or 4440945. OLE color: 4440945.
HSL color Cylindrical-coordinate representation of color #71C343: hue angle of 98.44º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #71C343 is Cyan = 0.42, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 195 | 67 | - |
| CMYK | 0.42 | 0 | 0.66 | 0.24 |
| HSL | 98.44º | 0.52% | 0.51% | - |
| HSV(B) | 98.44º | 0.66% | 0.76% | - |
| XYZ | 27.34 | 42.95 | 12.16 | - |
| YUV | 155.89 | 77.83 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 195 | 67 | 0.42 | 0 | 0.66 | 0.24 | 98.44 | 0.52 | 0.51 |
| Hex | 71 | C3 | 43 | 2A | 0 | 42 | 18 | 62 | 34 | 33 |
| Octal | 161 | 303 | 103 | 52 | 0 | 102 | 30 | 142 | 64 | 63 |
| Binary | 1110001 | 11000011 | 1000011 | 101010 | 0 | 1000010 | 11000 | 1100010 | 110100 | 110011 |
Color Harmonies of #71C343
Complementary color
Monochromatic Colors of #71C343
Black with #71C343
Text Example
Text Example
White with #71C343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C343; }
p { color: rgb(113,195,67); }
H1.HeaderClassName
{
color: #71C343;
}
.AnyTagClassName
{
color: #71C343;
}
</style>
background-color css
<style>
a { background-color: #71C343; }
a { background-color: rgb(113,195,67); }
div.DivClassName
{
background-color: #71C343;
}
.BgClassName
{
background-color: #71C343;
}
</style>
border-color css
<style>
span { border-color: #71C343; }
span { border-color: rgb(113,195,67); }
td.TdClassName
{
border-color: #71C343;
}
.TagClassName
{
border-color: #71C343;
}
</style>