#81B620

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

Shades of Lima #81B620

Tints of Lima #81B620

Color information

#81B620 (or 0x81B620) is unknown color: approx Lima. HEX triplet: 81, B6 and 20. RGB value is (129,182,32). Sum of RGB (Red+Green+Blue) = 129+182+32=343 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.61% from 343); Green value is 182 (71.48% from 255 or 53.06% from 343); Blue value is 32 (12.89% from 255 or 9.33% from 343); Max value from RGB is 182 - color contains mainly: green. Hex color #81B620 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81B620 is #7E49DF. Grayscale: #959595. Windows color (decimal): -8276448 or 2143873. OLE color: 2143873.

HSL color Cylindrical-coordinate representation of color #81B620: hue angle of 81.2º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #81B620 is Cyan = 0.29, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB12918232-
CMYK0.2900.820.29
HSL81.2º70.09%41.96%-
HSV(B)81.2º82.42%71.37%-
XYZ26.0438.237.37-
YUV149.0561.94113.7-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.61%
GREEN value IS 182 (71.48% from 255) = 53.06%
BLUE value IS 32 (12.89% from 255) = 9.33%
R=37.61%
G=53.06%
B=9.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal129182320.2900.820.2981.270.0941.96
Hex81B6201D0521D51462a
Octal201266403501223512110652
Binary100000011011011010000011101010100101110110100011000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81B620; }

 p { color: rgb(129,182,32); }

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

<style>
 a { background-color: #81B620; }

 a { background-color: rgb(129,182,32); }

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

<style>
 span { border-color: #81B620; }

 span { border-color: rgb(129,182,32); }

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