#71AF56

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

Shades of Apple #71AF56

Tints of Apple #71AF56

Color information

#71AF56 (or 0x71AF56) is unknown color: approx Apple. HEX triplet: 71, AF and 56. RGB value is (113,175,86). Sum of RGB (Red+Green+Blue) = 113+175+86=374 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.21% from 374); Green value is 175 (68.75% from 255 or 46.79% from 374); Blue value is 86 (33.98% from 255 or 22.99% from 374); Max value from RGB is 175 - color contains mainly: green. Hex color #71AF56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AF56 is #8E50A9. Grayscale: #929292. Windows color (decimal): -9326762 or 5681009. OLE color: 5681009.

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

Color convert

RGB11317586-
CMYK0.3500.510.31
HSL101.8º35.74%51.18%-
HSV(B)101.8º50.86%68.63%-
XYZ23.8234.8414.27-
YUV146.3293.96104.24-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.21%
GREEN value IS 175 (68.75% from 255) = 46.79%
BLUE value IS 86 (33.98% from 255) = 22.99%
R=30.21%
G=46.79%
B=22.99%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal113175860.3500.510.31101.835.7451.18
Hex71AF56230331F662433
Octal16125712643063371464463
Binary11100011010111110101101000110110011111111100110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AF56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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