Shades of Apple #71BC3A
Tints of Apple #71BC3A
RGB
CMYK
RGB Variations
Color information
#71BC3A (or 0x71BC3A) is known color: Apple. HEX triplet: 71, BC and 3A. RGB value is (113,188,58). Sum of RGB (Red+Green+Blue) = 113+188+58=359 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.48% from 359); Green value is 188 (73.83% from 255 or 52.37% from 359); Blue value is 58 (23.05% from 255 or 16.16% from 359); Max value from RGB is 188 - color contains mainly: green. Hex color #71BC3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BC3A is #8E43C5. Grayscale: #979797. Windows color (decimal): -9323462 or 3849329. OLE color: 3849329.
HSL color Cylindrical-coordinate representation of color #71BC3A: hue angle of 94.62º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #71BC3A is Cyan = 0.40, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 188 | 58 | - |
| CMYK | 0.40 | 0 | 0.69 | 0.26 |
| HSL | 94.62º | 0.53% | 0.48% | - |
| HSV(B) | 94.62º | 0.69% | 0.74% | - |
| XYZ | 25.56 | 39.78 | 10.33 | - |
| YUV | 150.76 | 75.65 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 188 | 58 | 0.40 | 0 | 0.69 | 0.26 | 94.62 | 0.53 | 0.48 |
| Hex | 71 | BC | 3A | 28 | 0 | 45 | 1A | 5F | 35 | 30 |
| Octal | 161 | 274 | 72 | 50 | 0 | 105 | 32 | 137 | 65 | 60 |
| Binary | 1110001 | 10111100 | 111010 | 101000 | 0 | 1000101 | 11010 | 1011111 | 110101 | 110000 |
Color Harmonies of #71BC3A
Complementary color
Monochromatic Colors of #71BC3A
Black with #71BC3A
Text Example
Text Example
White with #71BC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BC3A; }
p { color: rgb(113,188,58); }
H1.HeaderClassName
{
color: #71BC3A;
}
.AnyTagClassName
{
color: #71BC3A;
}
</style>
background-color css
<style>
a { background-color: #71BC3A; }
a { background-color: rgb(113,188,58); }
div.DivClassName
{
background-color: #71BC3A;
}
.BgClassName
{
background-color: #71BC3A;
}
</style>
border-color css
<style>
span { border-color: #71BC3A; }
span { border-color: rgb(113,188,58); }
td.TdClassName
{
border-color: #71BC3A;
}
.TagClassName
{
border-color: #71BC3A;
}
</style>