#71C321

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

Shades of Lima #71C321

Tints of Lima #71C321

Color information

#71C321 (or 0x71C321) is unknown color: approx Lima. HEX triplet: 71, C3 and 21. RGB value is (113,195,33). Sum of RGB (Red+Green+Blue) = 113+195+33=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 195 (76.56% from 255 or 57.18% from 341); Blue value is 33 (13.28% from 255 or 9.68% from 341); Max value from RGB is 195 - color contains mainly: green. Hex color #71C321 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C321 is #8E3CDE. Grayscale: #989898. Windows color (decimal): -9321695 or 2212721. OLE color: 2212721.

HSL color Cylindrical-coordinate representation of color #71C321: hue angle of 90.37º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #71C321 is Cyan = 0.42, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB11319533-
CMYK0.4200.830.24
HSL90.37º71.05%44.71%-
HSV(B)90.37º83.08%76.47%-
XYZ26.642.658.27-
YUV152.0160.83100.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.14%
GREEN value IS 195 (76.56% from 255) = 57.18%
BLUE value IS 33 (13.28% from 255) = 9.68%
R=33.14%
G=57.18%
B=9.68%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal113195330.4200.830.2490.3771.0544.71
Hex71C3212A053185a472d
Octal161303415201233013210755
Binary111000111000011100001101010010100111100010110101000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71C321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,195,33); }

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

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

 a { background-color: rgb(113,195,33); }

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

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

 span { border-color: rgb(113,195,33); }

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