#71AB31

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

Shades of Lima #71AB31

Tints of Lima #71AB31

Color information

#71AB31 (or 0x71AB31) is unknown color: approx Lima. HEX triplet: 71, AB and 31. RGB value is (113,171,49). Sum of RGB (Red+Green+Blue) = 113+171+49=333 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.93% from 333); Green value is 171 (67.19% from 255 or 51.35% from 333); Blue value is 49 (19.53% from 255 or 14.71% from 333); Max value from RGB is 171 - color contains mainly: green. Hex color #71AB31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AB31 is #8E54CE. Grayscale: #8C8C8C. Windows color (decimal): -9327823 or 3255153. OLE color: 3255153.

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

Color convert

RGB11317149-
CMYK0.3400.710.33
HSL88.52º55.45%43.14%-
HSV(B)88.52º71.35%67.06%-
XYZ21.9332.868.09-
YUV139.7576.78108.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.93%
GREEN value IS 171 (67.19% from 255) = 51.35%
BLUE value IS 49 (19.53% from 255) = 14.71%
R=33.93%
G=51.35%
B=14.71%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal113171490.3400.710.3388.5255.4543.14
Hex71AB31220472159372b
Octal16125361420107411316753
Binary111000110101011110001100010010001111000011011001110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AB31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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