#71BF47

Color #71BF47 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #71BF47

Tints of Apple #71BF47

Color information

#71BF47 (or 0x71BF47) is unknown color: approx Apple. HEX triplet: 71, BF and 47. RGB value is (113,191,71). Sum of RGB (Red+Green+Blue) = 113+191+71=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 191 (75% from 255 or 50.93% from 375); Blue value is 71 (28.12% from 255 or 18.93% from 375); Max value from RGB is 191 - color contains mainly: green. Hex color #71BF47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BF47 is #8E40B8. Grayscale: #9A9A9A. Windows color (decimal): -9322681 or 4702065. OLE color: 4702065.

HSL color Cylindrical-coordinate representation of color #71BF47: hue angle of 99º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #71BF47 is Cyan = 0.41, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB11319171-
CMYK0.4100.630.25
HSL99º48.39%51.37%-
HSV(B)99º62.83%74.9%-
XYZ26.5841.2312.52-
YUV15481.1698.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 113 (44.53% from 255) = 30.13%
GREEN value IS 191 (75% from 255) = 50.93%
BLUE value IS 71 (28.12% from 255) = 18.93%
R=30.13%
G=50.93%
B=18.93%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal113191710.4100.630.259948.3951.37
Hex71BF472903F19633033
Octal16127710751077311436063
Binary11100011011111110001111010010111111110011100011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BF47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71BF47; }

 p { color: rgb(113,191,71); }

 H1.HeaderClassName
 {
   color: #71BF47;
 }
 .AnyTagClassName
 {
   color: #71BF47;
 }
</style>
background-color css

<style>
 a { background-color: #71BF47; }

 a { background-color: rgb(113,191,71); }

 div.DivClassName
 {
   background-color: #71BF47;
 }
 .BgClassName
 {
   background-color: #71BF47;
 }
</style>
border-color css

<style>
 span { border-color: #71BF47; }

 span { border-color: rgb(113,191,71); }

 td.TdClassName
 {
   border-color: #71BF47;
 }
 .TagClassName
 {
   border-color: #71BF47;
 }
</style>