#71BD32

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

Shades of Lima #71BD32

Tints of Lima #71BD32

Color information

#71BD32 (or 0x71BD32) is unknown color: approx Lima. HEX triplet: 71, BD and 32. RGB value is (113,189,50). Sum of RGB (Red+Green+Blue) = 113+189+50=352 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.10% from 352); Green value is 189 (74.22% from 255 or 53.69% from 352); Blue value is 50 (19.92% from 255 or 14.20% from 352); Max value from RGB is 189 - color contains mainly: green. Hex color #71BD32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BD32 is #8E42CD. Grayscale: #969696. Windows color (decimal): -9323214 or 3325297. OLE color: 3325297.

HSL color Cylindrical-coordinate representation of color #71BD32: hue angle of 92.81º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #71BD32 is Cyan = 0.40, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB11318950-
CMYK0.4000.740.26
HSL92.81º58.16%46.86%-
HSV(B)92.81º73.54%74.12%-
XYZ25.5840.149.42-
YUV150.4371.32101.3-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.10%
GREEN value IS 189 (74.22% from 255) = 53.69%
BLUE value IS 50 (19.92% from 255) = 14.20%
R=32.10%
G=53.69%
B=14.20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal113189500.4000.740.2692.8158.1646.86
Hex71BD322804A1A5d3a2f
Octal16127562500112321357257
Binary11100011011110111001010100001001010110101011101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BD32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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