#71AF53

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

Shades of Apple #71AF53

Tints of Apple #71AF53

Color information

#71AF53 (or 0x71AF53) is unknown color: approx Apple. HEX triplet: 71, AF and 53. RGB value is (113,175,83). Sum of RGB (Red+Green+Blue) = 113+175+83=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 83 (32.81% from 255 or 22.37% from 371); Max value from RGB is 175 - color contains mainly: green. Hex color #71AF53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AF53 is #8E50AC. Grayscale: #929292. Windows color (decimal): -9326765 or 5484401. OLE color: 5484401.

HSL color Cylindrical-coordinate representation of color #71AF53: hue angle of 100.43º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71AF53 is Cyan = 0.35, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB11317583-
CMYK0.3500.530.31
HSL100.43º36.51%50.59%-
HSV(B)100.43º52.57%68.63%-
XYZ23.734.813.65-
YUV145.9792.46104.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.46%
GREEN value IS 175 (68.75% from 255) = 47.17%
BLUE value IS 83 (32.81% from 255) = 22.37%
R=30.46%
G=47.17%
B=22.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal113175830.3500.530.31100.4336.5150.59
Hex71AF53230351F642533
Octal16125712343065371444563
Binary11100011010111110100111000110110101111111100100100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AF53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,175,83); }

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

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

 a { background-color: rgb(113,175,83); }

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

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

 span { border-color: rgb(113,175,83); }

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