#81B12C

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

Shades of Limerick #81B12C

Tints of Limerick #81B12C

Color information

#81B12C (or 0x81B12C) is unknown color: approx Limerick. HEX triplet: 81, B1 and 2C. RGB value is (129,177,44). Sum of RGB (Red+Green+Blue) = 129+177+44=350 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.86% from 350); Green value is 177 (69.53% from 255 or 50.57% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 177 - color contains mainly: green. Hex color #81B12C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81B12C is #7E4ED3. Grayscale: #939393. Windows color (decimal): -8277716 or 2929025. OLE color: 2929025.

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

Color convert

RGB12917744-
CMYK0.2700.750.31
HSL81.65º60.18%43.33%-
HSV(B)81.65º75.14%69.41%-
XYZ25.2336.298.06-
YUV147.4969.6114.81-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.86%
GREEN value IS 177 (69.53% from 255) = 50.57%
BLUE value IS 44 (17.58% from 255) = 12.57%
R=36.86%
G=50.57%
B=12.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal129177440.2700.750.3181.6560.1843.33
Hex81B12C1B04B1F523c2b
Octal20126154330113371227453
Binary10000001101100011011001101101001011111111010010111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B12C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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