#81B32B

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

Shades of Lima #81B32B

Tints of Lima #81B32B

Color information

#81B32B (or 0x81B32B) is unknown color: approx Lima. HEX triplet: 81, B3 and 2B. RGB value is (129,179,43). Sum of RGB (Red+Green+Blue) = 129+179+43=351 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.75% from 351); Green value is 179 (70.31% from 255 or 51.00% from 351); Blue value is 43 (17.19% from 255 or 12.25% from 351); Max value from RGB is 179 - color contains mainly: green. Hex color #81B32B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81B32B is #7E4CD4. Grayscale: #959595. Windows color (decimal): -8277205 or 2864001. OLE color: 2864001.

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

Color convert

RGB12917943-
CMYK0.2800.760.30
HSL82.06º61.26%43.53%-
HSV(B)82.06º75.98%70.2%-
XYZ25.6137.088.09-
YUV148.5568.44114.06-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.75%
GREEN value IS 179 (70.31% from 255) = 51.00%
BLUE value IS 43 (17.19% from 255) = 12.25%
R=36.75%
G=51.00%
B=12.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal129179430.2800.760.3082.0661.2643.53
Hex81B32B1C04C1E523d2c
Octal20126353340114361227554
Binary10000001101100111010111110001001100111101010010111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B32B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,179,43); }

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

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

 a { background-color: rgb(129,179,43); }

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

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

 span { border-color: rgb(129,179,43); }

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