#71AF35

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

Shades of Lima #71AF35

Tints of Lima #71AF35

Color information

#71AF35 (or 0x71AF35) is unknown color: approx Lima. HEX triplet: 71, AF and 35. RGB value is (113,175,53). Sum of RGB (Red+Green+Blue) = 113+175+53=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 175 (68.75% from 255 or 51.32% from 341); Blue value is 53 (21.09% from 255 or 15.54% from 341); Max value from RGB is 175 - color contains mainly: green. Hex color #71AF35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AF35 is #8E50CA. Grayscale: #8E8E8E. Windows color (decimal): -9326795 or 3518321. OLE color: 3518321.

HSL color Cylindrical-coordinate representation of color #71AF35: hue angle of 90.49º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #71AF35 is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB11317553-
CMYK0.3500.700.31
HSL90.49º53.51%44.71%-
HSV(B)90.49º69.71%68.63%-
XYZ22.7834.438.81-
YUV142.5577.46106.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.14%
GREEN value IS 175 (68.75% from 255) = 51.32%
BLUE value IS 53 (21.09% from 255) = 15.54%
R=33.14%
G=51.32%
B=15.54%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal113175530.3500.700.3190.4953.5144.71
Hex71AF35230461F5a362d
Octal16125765430106371326655
Binary11100011010111111010110001101000110111111011010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,175,53); }

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

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

 a { background-color: rgb(113,175,53); }

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

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

 span { border-color: rgb(113,175,53); }

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