#71B432

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

Shades of Lima #71B432

Tints of Lima #71B432

Color information

#71B432 (or 0x71B432) is unknown color: approx Lima. HEX triplet: 71, B4 and 32. RGB value is (113,180,50). Sum of RGB (Red+Green+Blue) = 113+180+50=343 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.94% from 343); Green value is 180 (70.70% from 255 or 52.48% from 343); Blue value is 50 (19.92% from 255 or 14.58% from 343); Max value from RGB is 180 - color contains mainly: green. Hex color #71B432 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71B432 is #8E4BCD. Grayscale: #919191. Windows color (decimal): -9325518 or 3322993. OLE color: 3322993.

HSL color Cylindrical-coordinate representation of color #71B432: hue angle of 90.92º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #71B432 is Cyan = 0.37, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB11318050-
CMYK0.3700.720.29
HSL90.92º56.52%45.1%-
HSV(B)90.92º72.22%70.59%-
XYZ23.7136.388.79-
YUV145.1574.3105.07-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.94%
GREEN value IS 180 (70.70% from 255) = 52.48%
BLUE value IS 50 (19.92% from 255) = 14.58%
R=32.94%
G=52.48%
B=14.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal113180500.3700.720.2990.9256.5245.1
Hex71B432250481D5b392d
Octal16126462450110351337155
Binary11100011011010011001010010101001000111011011011111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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