#71AD54

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

Shades of Apple #71AD54

Tints of Apple #71AD54

Color information

#71AD54 (or 0x71AD54) is unknown color: approx Apple. HEX triplet: 71, AD and 54. RGB value is (113,173,84). Sum of RGB (Red+Green+Blue) = 113+173+84=370 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.54% from 370); Green value is 173 (67.97% from 255 or 46.76% from 370); Blue value is 84 (33.20% from 255 or 22.70% from 370); Max value from RGB is 173 - color contains mainly: green. Hex color #71AD54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AD54 is #8E52AB. Grayscale: #919191. Windows color (decimal): -9327276 or 5549425. OLE color: 5549425.

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

Color convert

RGB11317384-
CMYK0.3500.510.32
HSL100.45º35.18%50.39%-
HSV(B)100.45º51.45%67.84%-
XYZ23.3534.0413.73-
YUV144.9193.62105.24-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.54%
GREEN value IS 173 (67.97% from 255) = 46.76%
BLUE value IS 84 (33.20% from 255) = 22.70%
R=30.54%
G=46.76%
B=22.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal113173840.3500.510.32100.4535.1850.39
Hex71AD542303320642332
Octal16125512443063401444362
Binary111000110101101101010010001101100111000001100100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AD54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,173,84); }

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

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

 a { background-color: rgb(113,173,84); }

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

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

 span { border-color: rgb(113,173,84); }

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