#71AE50

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

Shades of Apple #71AE50

Tints of Apple #71AE50

Color information

#71AE50 (or 0x71AE50) is unknown color: approx Apple. HEX triplet: 71, AE and 50. RGB value is (113,174,80). Sum of RGB (Red+Green+Blue) = 113+174+80=367 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.79% from 367); Green value is 174 (68.36% from 255 or 47.41% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 174 - color contains mainly: green. Hex color #71AE50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AE50 is #8E51AF. Grayscale: #919191. Windows color (decimal): -9327024 or 5287537. OLE color: 5287537.

HSL color Cylindrical-coordinate representation of color #71AE50: hue angle of 98.94º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #71AE50 is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB11317480-
CMYK0.3500.540.32
HSL98.94º37.01%49.8%-
HSV(B)98.94º54.02%68.24%-
XYZ23.3934.3612.99-
YUV145.0491.29105.14-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.79%
GREEN value IS 174 (68.36% from 255) = 47.41%
BLUE value IS 80 (31.64% from 255) = 21.80%
R=30.79%
G=47.41%
B=21.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal113174800.3500.540.3298.9437.0149.8
Hex71AE502303620632532
Octal16125612043066401434562
Binary111000110101110101000010001101101101000001100011100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AE50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,174,80); }

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

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

 a { background-color: rgb(113,174,80); }

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

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

 span { border-color: rgb(113,174,80); }

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