#71AE33

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

Shades of Lima #71AE33

Tints of Lima #71AE33

Color information

#71AE33 (or 0x71AE33) is unknown color: approx Lima. HEX triplet: 71, AE and 33. RGB value is (113,174,51). Sum of RGB (Red+Green+Blue) = 113+174+51=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 174 (68.36% from 255 or 51.48% from 338); Blue value is 51 (20.31% from 255 or 15.09% from 338); Max value from RGB is 174 - color contains mainly: green. Hex color #71AE33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AE33 is #8E51CC. Grayscale: #8E8E8E. Windows color (decimal): -9327053 or 3386993. OLE color: 3386993.

HSL color Cylindrical-coordinate representation of color #71AE33: hue angle of 89.76º degrees, saturation: 0.55, 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 #71AE33 is Cyan = 0.35, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB11317451-
CMYK0.3500.710.32
HSL89.76º54.67%44.12%-
HSV(B)89.76º70.69%68.24%-
XYZ22.5434.028.51-
YUV141.7476.79107.5-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.43%
GREEN value IS 174 (68.36% from 255) = 51.48%
BLUE value IS 51 (20.31% from 255) = 15.09%
R=33.43%
G=51.48%
B=15.09%

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
Decimal113174510.3500.710.3289.7654.6744.12
Hex71AE3323047205a372c
Octal16125663430107401326754
Binary111000110101110110011100011010001111000001011010110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AE33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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