#81B005

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

Shades of Lima #81B005

Tints of Lima #81B005

Color information

#81B005 (or 0x81B005) is unknown color: approx Lima. HEX triplet: 81, B0 and 05. RGB value is (129,176,5). Sum of RGB (Red+Green+Blue) = 129+176+5=310 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.61% from 310); Green value is 176 (69.14% from 255 or 56.77% from 310); Blue value is 5 (2.34% from 255 or 1.61% from 310); Max value from RGB is 176 - color contains mainly: green. Hex color #81B005 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81B005 is #7E4FFA. Grayscale: #8F8F8F. Windows color (decimal): -8278011 or 372865. OLE color: 372865.

HSL color Cylindrical-coordinate representation of color #81B005: hue angle of 76.49º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #81B005 is Cyan = 0.27, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB1291765-
CMYK0.2700.970.31
HSL76.49º94.48%35.49%-
HSV(B)76.49º97.16%69.02%-
XYZ24.6135.735.74-
YUV142.4550.43118.4-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.61%
GREEN value IS 176 (69.14% from 255) = 56.77%
BLUE value IS 5 (2.34% from 255) = 1.61%
R=41.61%
G=56.77%
B=1.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal12917650.2700.970.3176.4994.4835.49
Hex81B051B0611F4c5e23
Octal20126053301413711413643
Binary100000011011000010111011011000011111110011001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,176,5); }

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

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

 a { background-color: rgb(129,176,5); }

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

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

 span { border-color: rgb(129,176,5); }

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