#81B131

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

Shades of Limerick #81B131

Tints of Limerick #81B131

Color information

#81B131 (or 0x81B131) is unknown color: approx Limerick. HEX triplet: 81, B1 and 31. RGB value is (129,177,49). Sum of RGB (Red+Green+Blue) = 129+177+49=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 177 (69.53% from 255 or 49.86% from 355); Blue value is 49 (19.53% from 255 or 13.80% from 355); Max value from RGB is 177 - color contains mainly: green. Hex color #81B131 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81B131 is #7E4ECE. Grayscale: #949494. Windows color (decimal): -8277711 or 3256705. OLE color: 3256705.

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

Color convert

RGB12917749-
CMYK0.2700.720.31
HSL82.5º56.64%44.31%-
HSV(B)82.5º72.32%69.41%-
XYZ25.3336.338.58-
YUV148.0672.1114.41-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.34%
GREEN value IS 177 (69.53% from 255) = 49.86%
BLUE value IS 49 (19.53% from 255) = 13.80%
R=36.34%
G=49.86%
B=13.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal129177490.2700.720.3182.556.6444.31
Hex81B1311B0481F52392c
Octal20126161330110371227154
Binary10000001101100011100011101101001000111111010010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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