#71AF55

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

Shades of Apple #71AF55

Tints of Apple #71AF55

Color information

#71AF55 (or 0x71AF55) is unknown color: approx Apple. HEX triplet: 71, AF and 55. RGB value is (113,175,85). Sum of RGB (Red+Green+Blue) = 113+175+85=373 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.29% from 373); Green value is 175 (68.75% from 255 or 46.92% from 373); Blue value is 85 (33.59% from 255 or 22.79% from 373); Max value from RGB is 175 - color contains mainly: green. Hex color #71AF55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AF55 is #8E50AA. Grayscale: #929292. Windows color (decimal): -9326763 or 5615473. OLE color: 5615473.

HSL color Cylindrical-coordinate representation of color #71AF55: hue angle of 101.33º 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 #71AF55 is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB11317585-
CMYK0.3500.510.31
HSL101.33º36%50.98%-
HSV(B)101.33º51.43%68.63%-
XYZ23.7834.8314.06-
YUV146.293.46104.32-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.29%
GREEN value IS 175 (68.75% from 255) = 46.92%
BLUE value IS 85 (33.59% from 255) = 22.79%
R=30.29%
G=46.92%
B=22.79%

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
Decimal113175850.3500.510.31101.333650.98
Hex71AF55230331F652433
Octal16125712543063371454463
Binary11100011010111110101011000110110011111111100101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AF55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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