#71BB47

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

Shades of Apple #71BB47

Tints of Apple #71BB47

Color information

#71BB47 (or 0x71BB47) is unknown color: approx Apple. HEX triplet: 71, BB and 47. RGB value is (113,187,71). Sum of RGB (Red+Green+Blue) = 113+187+71=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 187 (73.44% from 255 or 50.40% from 371); Blue value is 71 (28.12% from 255 or 19.14% from 371); Max value from RGB is 187 - color contains mainly: green. Hex color #71BB47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BB47 is #8E44B8. Grayscale: #989898. Windows color (decimal): -9323705 or 4701041. OLE color: 4701041.

HSL color Cylindrical-coordinate representation of color #71BB47: hue angle of 98.28º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #71BB47 is Cyan = 0.40, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB11318771-
CMYK0.4000.620.27
HSL98.28º46.03%50.59%-
HSV(B)98.28º62.03%73.33%-
XYZ25.7239.5112.23-
YUV151.6582.48100.43-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.46%
GREEN value IS 187 (73.44% from 255) = 50.40%
BLUE value IS 71 (28.12% from 255) = 19.14%
R=30.46%
G=50.40%
B=19.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal113187710.4000.620.2798.2846.0350.59
Hex71BB472803E1B622e33
Octal16127310750076331425663
Binary11100011011101110001111010000111110110111100010101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BB47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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