#81B12D

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

Shades of Limerick #81B12D

Tints of Limerick #81B12D

Color information

#81B12D (or 0x81B12D) is unknown color: approx Limerick. HEX triplet: 81, B1 and 2D. RGB value is (129,177,45). Sum of RGB (Red+Green+Blue) = 129+177+45=351 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.75% from 351); Green value is 177 (69.53% from 255 or 50.43% from 351); Blue value is 45 (17.97% from 255 or 12.82% from 351); Max value from RGB is 177 - color contains mainly: green. Hex color #81B12D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81B12D is #7E4ED2. Grayscale: #949494. Windows color (decimal): -8277715 or 2994561. OLE color: 2994561.

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

Color convert

RGB12917745-
CMYK0.2700.750.31
HSL81.82º59.46%43.53%-
HSV(B)81.82º74.58%69.41%-
XYZ25.2536.38.16-
YUV147.670.1114.73-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.75%
GREEN value IS 177 (69.53% from 255) = 50.43%
BLUE value IS 45 (17.97% from 255) = 12.82%
R=36.75%
G=50.43%
B=12.82%

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
Decimal129177450.2700.750.3181.8259.4643.53
Hex81B12D1B04B1F523b2c
Octal20126155330113371227354
Binary10000001101100011011011101101001011111111010010111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B12D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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