#71C128

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

Shades of Lima #71C128

Tints of Lima #71C128

Color information

#71C128 (or 0x71C128) is unknown color: approx Lima. HEX triplet: 71, C1 and 28. RGB value is (113,193,40). Sum of RGB (Red+Green+Blue) = 113+193+40=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 193 (75.78% from 255 or 55.78% from 346); Blue value is 40 (16.02% from 255 or 11.56% from 346); Max value from RGB is 193 - color contains mainly: green. Hex color #71C128 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C128 is #8E3ED7. Grayscale: #989898. Windows color (decimal): -9322200 or 2670961. OLE color: 2670961.

HSL color Cylindrical-coordinate representation of color #71C128: hue angle of 91.37º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #71C128 is Cyan = 0.41, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB11319340-
CMYK0.4100.790.24
HSL91.37º65.67%45.69%-
HSV(B)91.37º79.27%75.69%-
XYZ26.2641.88.69-
YUV151.6465100.44-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.66%
GREEN value IS 193 (75.78% from 255) = 55.78%
BLUE value IS 40 (16.02% from 255) = 11.56%
R=32.66%
G=55.78%
B=11.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal113193400.4100.790.2491.3765.6745.69
Hex71C1282904F185b422e
Octal161301505101173013310256
Binary111000111000001101000101001010011111100010110111000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71C128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,193,40); }

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

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

 a { background-color: rgb(113,193,40); }

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

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

 span { border-color: rgb(113,193,40); }

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