#81B60C

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

Shades of Lima #81B60C

Tints of Lima #81B60C

Color information

#81B60C (or 0x81B60C) is unknown color: approx Lima. HEX triplet: 81, B6 and 0C. RGB value is (129,182,12). Sum of RGB (Red+Green+Blue) = 129+182+12=323 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.94% from 323); Green value is 182 (71.48% from 255 or 56.35% from 323); Blue value is 12 (5.08% from 255 or 3.72% from 323); Max value from RGB is 182 - color contains mainly: green. Hex color #81B60C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81B60C is #7E49F3. Grayscale: #939393. Windows color (decimal): -8276468 or 833153. OLE color: 833153.

HSL color Cylindrical-coordinate representation of color #81B60C: hue angle of 78.71º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #81B60C is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB12918212-
CMYK0.2900.930.29
HSL78.71º87.63%38.04%-
HSV(B)78.71º93.41%71.37%-
XYZ25.8538.156.35-
YUV146.7751.94115.32-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.94%
GREEN value IS 182 (71.48% from 255) = 56.35%
BLUE value IS 12 (5.08% from 255) = 3.72%
R=39.94%
G=56.35%
B=3.72%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal129182120.2900.930.2978.7187.6338.04
Hex81B6C1D05D1D4f5826
Octal201266143501353511713046
Binary1000000110110110110011101010111011110110011111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B60C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,182,12); }

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

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

 a { background-color: rgb(129,182,12); }

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

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

 span { border-color: rgb(129,182,12); }

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