#71AB40

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

Shades of Apple #71AB40

Tints of Apple #71AB40

Color information

#71AB40 (or 0x71AB40) is unknown color: approx Apple. HEX triplet: 71, AB and 40. RGB value is (113,171,64). Sum of RGB (Red+Green+Blue) = 113+171+64=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 171 (67.19% from 255 or 49.14% from 348); Blue value is 64 (25.39% from 255 or 18.39% from 348); Max value from RGB is 171 - color contains mainly: green. Hex color #71AB40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AB40 is #8E54BF. Grayscale: #8D8D8D. Windows color (decimal): -9327808 or 4238193. OLE color: 4238193.

HSL color Cylindrical-coordinate representation of color #71AB40: hue angle of 92.52º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #71AB40 is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB11317164-
CMYK0.3400.630.33
HSL92.52º45.53%46.08%-
HSV(B)92.52º62.57%67.06%-
XYZ22.333.0110.05-
YUV141.4684.28107.7-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.47%
GREEN value IS 171 (67.19% from 255) = 49.14%
BLUE value IS 64 (25.39% from 255) = 18.39%
R=32.47%
G=49.14%
B=18.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal113171640.3400.630.3392.5245.5346.08
Hex71AB402203F215d2e2e
Octal16125310042077411355656
Binary111000110101011100000010001001111111000011011101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,171,64); }

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

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

 a { background-color: rgb(113,171,64); }

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

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

 span { border-color: rgb(113,171,64); }

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