#81b82c

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

Shades of Lima #81B82C

Tints of Lima #81B82C

Color information

#81B82C (or 0x81B82C) is unknown color: approx Lima. HEX triplet: 81, B8 and 2C. RGB value is (129,184,44). Sum of RGB (Red+Green+Blue) = 129+184+44=357 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.13% from 357); Green value is 184 (72.27% from 255 or 51.54% from 357); Blue value is 44 (17.58% from 255 or 12.32% from 357); Max value from RGB is 184 - color contains mainly: green. Hex color #81B82C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81B82C is #7E47D3. Grayscale: #989898. Windows color (decimal): -8275924 or 2930817. OLE color: 2930817.

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

Color convert

RGB12918444-
CMYK0.3000.760.28
HSL83.57º61.4%44.71%-
HSV(B)83.57º76.09%72.16%-
XYZ26.6539.138.53-
YUV151.667.28111.88-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.13%
GREEN value IS 184 (72.27% from 255) = 51.54%
BLUE value IS 44 (17.58% from 255) = 12.32%
R=36.13%
G=51.54%
B=12.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal129184440.3000.760.2883.5761.444.71
Hex81B82C1E04C1C543d2d
Octal20127054360114341247555
Binary10000001101110001011001111001001100111001010100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81b82c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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