#71AF38

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

Shades of Apple #71AF38

Tints of Apple #71AF38

Color information

#71AF38 (or 0x71AF38) is unknown color: approx Apple. HEX triplet: 71, AF and 38. RGB value is (113,175,56). Sum of RGB (Red+Green+Blue) = 113+175+56=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 175 (68.75% from 255 or 50.87% from 344); Blue value is 56 (22.27% from 255 or 16.28% from 344); Max value from RGB is 175 - color contains mainly: green. Hex color #71AF38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AF38 is #8E50C7. Grayscale: #8F8F8F. Windows color (decimal): -9326792 or 3714929. OLE color: 3714929.

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

Color convert

RGB11317556-
CMYK0.3500.680.31
HSL91.26º51.52%45.29%-
HSV(B)91.26º68%68.63%-
XYZ22.8534.469.19-
YUV142.978.96106.68-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.85%
GREEN value IS 175 (68.75% from 255) = 50.87%
BLUE value IS 56 (22.27% from 255) = 16.28%
R=32.85%
G=50.87%
B=16.28%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal113175560.3500.680.3191.2651.5245.29
Hex71AF38230441F5b342d
Octal16125770430104371336455
Binary11100011010111111100010001101000100111111011011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AF38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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