Shades of Apple #71BF40
Tints of Apple #71BF40
RGB
CMYK
RGB Variations
Color information
#71BF40 (or 0x71BF40) is known color: Apple. HEX triplet: 71, BF and 40. RGB value is (113,191,64). Sum of RGB (Red+Green+Blue) = 113+191+64=368 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.71% from 368); Green value is 191 (75% from 255 or 51.90% from 368); Blue value is 64 (25.39% from 255 or 17.39% from 368); Max value from RGB is 191 - color contains mainly: green. Hex color #71BF40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BF40 is #8E40BF. Grayscale: #999999. Windows color (decimal): -9322688 or 4243313. OLE color: 4243313.
HSL color Cylindrical-coordinate representation of color #71BF40: hue angle of 96.85º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #71BF40 is Cyan = 0.41, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 191 | 64 | - |
| CMYK | 0.41 | 0 | 0.66 | 0.25 |
| HSL | 96.85º | 0.5% | 0.5% | - |
| HSV(B) | 96.85º | 0.66% | 0.75% | - |
| XYZ | 26.37 | 41.14 | 11.4 | - |
| YUV | 153.2 | 77.66 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 191 | 64 | 0.41 | 0 | 0.66 | 0.25 | 96.85 | 0.5 | 0.5 |
| Hex | 71 | BF | 40 | 29 | 0 | 42 | 19 | 61 | 32 | 32 |
| Octal | 161 | 277 | 100 | 51 | 0 | 102 | 31 | 141 | 62 | 62 |
| Binary | 1110001 | 10111111 | 1000000 | 101001 | 0 | 1000010 | 11001 | 1100001 | 110010 | 110010 |
Color Harmonies of #71BF40
Complementary color
Monochromatic Colors of #71BF40
Black with #71BF40
Text Example
Text Example
White with #71BF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BF40; }
p { color: rgb(113,191,64); }
H1.HeaderClassName
{
color: #71BF40;
}
.AnyTagClassName
{
color: #71BF40;
}
</style>
background-color css
<style>
a { background-color: #71BF40; }
a { background-color: rgb(113,191,64); }
div.DivClassName
{
background-color: #71BF40;
}
.BgClassName
{
background-color: #71BF40;
}
</style>
border-color css
<style>
span { border-color: #71BF40; }
span { border-color: rgb(113,191,64); }
td.TdClassName
{
border-color: #71BF40;
}
.TagClassName
{
border-color: #71BF40;
}
</style>