#81B82A

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

Shades of Lima #81B82A

Tints of Lima #81B82A

Color information

#81B82A (or 0x81B82A) is unknown color: approx Lima. HEX triplet: 81, B8 and 2A. RGB value is (129,184,42). Sum of RGB (Red+Green+Blue) = 129+184+42=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 184 (72.27% from 255 or 51.83% from 355); Blue value is 42 (16.80% from 255 or 11.83% from 355); Max value from RGB is 184 - color contains mainly: green. Hex color #81B82A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81B82A is #7E47D5. Grayscale: #979797. Windows color (decimal): -8275926 or 2799745. OLE color: 2799745.

HSL color Cylindrical-coordinate representation of color #81B82A: hue angle of 83.24º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #81B82A is Cyan = 0.30, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB12918442-
CMYK0.3000.770.28
HSL83.24º62.83%44.31%-
HSV(B)83.24º77.17%72.16%-
XYZ26.6139.128.34-
YUV151.3766.28112.05-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.34%
GREEN value IS 184 (72.27% from 255) = 51.83%
BLUE value IS 42 (16.80% from 255) = 11.83%
R=36.34%
G=51.83%
B=11.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal129184420.3000.770.2883.2462.8344.31
Hex81B82A1E04D1C533f2c
Octal20127052360115341237754
Binary10000001101110001010101111001001101111001010011111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B82A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,184,42); }

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

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

 a { background-color: rgb(129,184,42); }

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

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

 span { border-color: rgb(129,184,42); }

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