#71C047

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

Shades of Apple #71C047

Tints of Apple #71C047

Color information

#71C047 (or 0x71C047) is unknown color: approx Apple. HEX triplet: 71, C0 and 47. RGB value is (113,192,71). Sum of RGB (Red+Green+Blue) = 113+192+71=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 192 (75.39% from 255 or 51.06% from 376); Blue value is 71 (28.12% from 255 or 18.88% from 376); Max value from RGB is 192 - color contains mainly: green. Hex color #71C047 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C047 is #8E3FB8. Grayscale: #9A9A9A. Windows color (decimal): -9322425 or 4702321. OLE color: 4702321.

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

Color convert

RGB11319271-
CMYK0.4100.630.25
HSL99.17º48.99%51.57%-
HSV(B)99.17º63.02%75.29%-
XYZ26.841.6612.59-
YUV154.5880.8398.34-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.05%
GREEN value IS 192 (75.39% from 255) = 51.06%
BLUE value IS 71 (28.12% from 255) = 18.88%
R=30.05%
G=51.06%
B=18.88%

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
Decimal113192710.4100.630.2599.1748.9951.57
Hex71C0472903F19633134
Octal16130010751077311436164
Binary11100011100000010001111010010111111110011100011110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71C047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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