#81B10D

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

Shades of Lima #81B10D

Tints of Lima #81B10D

Color information

#81B10D (or 0x81B10D) is unknown color: approx Lima. HEX triplet: 81, B1 and 0D. RGB value is (129,177,13). Sum of RGB (Red+Green+Blue) = 129+177+13=319 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.44% from 319); Green value is 177 (69.53% from 255 or 55.49% from 319); Blue value is 13 (5.47% from 255 or 4.08% from 319); Max value from RGB is 177 - color contains mainly: green. Hex color #81B10D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81B10D is #7E4EF2. Grayscale: #909090. Windows color (decimal): -8277747 or 897409. OLE color: 897409.

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

Color convert

RGB12917713-
CMYK0.2700.930.31
HSL77.56º86.32%37.25%-
HSV(B)77.56º92.66%69.41%-
XYZ24.8536.146.05-
YUV143.9554.1117.34-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.44%
GREEN value IS 177 (69.53% from 255) = 55.49%
BLUE value IS 13 (5.47% from 255) = 4.08%
R=40.44%
G=55.49%
B=4.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal129177130.2700.930.3177.5686.3237.25
Hex81B1D1B05D1F4e5625
Octal201261153301353711612645
Binary1000000110110001110111011010111011111110011101010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B10D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,177,13); }

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

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

 a { background-color: rgb(129,177,13); }

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

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

 span { border-color: rgb(129,177,13); }

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