#71b732

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

Shades of Lima #71B732

Tints of Lima #71B732

Color information

#71B732 (or 0x71B732) is unknown color: approx Lima. HEX triplet: 71, B7 and 32. RGB value is (113,183,50). Sum of RGB (Red+Green+Blue) = 113+183+50=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 183 (71.88% from 255 or 52.89% from 346); Blue value is 50 (19.92% from 255 or 14.45% from 346); Max value from RGB is 183 - color contains mainly: green. Hex color #71B732 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71B732 is #8E48CD. Grayscale: #939393. Windows color (decimal): -9324750 or 3323761. OLE color: 3323761.

HSL color Cylindrical-coordinate representation of color #71B732: hue angle of 91.58º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #71B732 is Cyan = 0.38, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB11318350-
CMYK0.3800.730.28
HSL91.58º57.08%45.69%-
HSV(B)91.58º72.68%71.76%-
XYZ24.3237.618.99-
YUV146.9173.31103.81-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.66%
GREEN value IS 183 (71.88% from 255) = 52.89%
BLUE value IS 50 (19.92% from 255) = 14.45%
R=32.66%
G=52.89%
B=14.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal113183500.3800.730.2891.5857.0845.69
Hex71B732260491C5c392e
Octal16126762460111341347156
Binary11100011011011111001010011001001001111001011100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71b732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,183,50); }

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

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

 a { background-color: rgb(113,183,50); }

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

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

 span { border-color: rgb(113,183,50); }

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