#71AD33

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

Shades of Lima #71AD33

Tints of Lima #71AD33

Color information

#71AD33 (or 0x71AD33) is unknown color: approx Lima. HEX triplet: 71, AD and 33. RGB value is (113,173,51). Sum of RGB (Red+Green+Blue) = 113+173+51=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 173 (67.97% from 255 or 51.34% from 337); Blue value is 51 (20.31% from 255 or 15.13% from 337); Max value from RGB is 173 - color contains mainly: green. Hex color #71AD33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AD33 is #8E52CC. Grayscale: #8D8D8D. Windows color (decimal): -9327309 or 3386737. OLE color: 3386737.

HSL color Cylindrical-coordinate representation of color #71AD33: hue angle of 89.51º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #71AD33 is Cyan = 0.35, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB11317351-
CMYK0.3500.710.32
HSL89.51º54.46%43.92%-
HSV(B)89.51º70.52%67.84%-
XYZ22.3533.648.45-
YUV141.1577.12107.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.53%
GREEN value IS 173 (67.97% from 255) = 51.34%
BLUE value IS 51 (20.31% from 255) = 15.13%
R=33.53%
G=51.34%
B=15.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal113173510.3500.710.3289.5154.4643.92
Hex71AD3323047205a362c
Octal16125563430107401326654
Binary111000110101101110011100011010001111000001011010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AD33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,173,51); }

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

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

 a { background-color: rgb(113,173,51); }

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

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

 span { border-color: rgb(113,173,51); }

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