Shades of Apple #71BC4B
Tints of Apple #71BC4B
RGB
CMYK
RGB Variations
Color information
#71BC4B (or 0x71BC4B) is known color: Apple. HEX triplet: 71, BC and 4B. RGB value is (113,188,75). Sum of RGB (Red+Green+Blue) = 113+188+75=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 188 (73.83% from 255 or 50% from 376); Blue value is 75 (29.69% from 255 or 19.95% from 376); Max value from RGB is 188 - color contains mainly: green. Hex color #71BC4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BC4B is #8E43B4. Grayscale: #999999. Windows color (decimal): -9323445 or 4963441. OLE color: 4963441.
HSL color Cylindrical-coordinate representation of color #71BC4B: hue angle of 99.82º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #71BC4B is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 188 | 75 | - |
| CMYK | 0.40 | 0 | 0.60 | 0.26 |
| HSL | 99.82º | 0.46% | 0.52% | - |
| HSV(B) | 99.82º | 0.6% | 0.74% | - |
| XYZ | 26.06 | 39.99 | 13 | - |
| YUV | 152.69 | 84.15 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 188 | 75 | 0.40 | 0 | 0.60 | 0.26 | 99.82 | 0.46 | 0.52 |
| Hex | 71 | BC | 4B | 28 | 0 | 3C | 1A | 64 | 2E | 34 |
| Octal | 161 | 274 | 113 | 50 | 0 | 74 | 32 | 144 | 56 | 64 |
| Binary | 1110001 | 10111100 | 1001011 | 101000 | 0 | 111100 | 11010 | 1100100 | 101110 | 110100 |
Color Harmonies of #71BC4B
Complementary color
Monochromatic Colors of #71BC4B
Black with #71BC4B
Text Example
Text Example
White with #71BC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BC4B; }
p { color: rgb(113,188,75); }
H1.HeaderClassName
{
color: #71BC4B;
}
.AnyTagClassName
{
color: #71BC4B;
}
</style>
background-color css
<style>
a { background-color: #71BC4B; }
a { background-color: rgb(113,188,75); }
div.DivClassName
{
background-color: #71BC4B;
}
.BgClassName
{
background-color: #71BC4B;
}
</style>
border-color css
<style>
span { border-color: #71BC4B; }
span { border-color: rgb(113,188,75); }
td.TdClassName
{
border-color: #71BC4B;
}
.TagClassName
{
border-color: #71BC4B;
}
</style>