#81B42D

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

Shades of Limerick #81B42D

Tints of Limerick #81B42D

Color information

#81B42D (or 0x81B42D) is unknown color: approx Limerick. HEX triplet: 81, B4 and 2D. RGB value is (129,180,45). Sum of RGB (Red+Green+Blue) = 129+180+45=354 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.44% from 354); Green value is 180 (70.70% from 255 or 50.85% from 354); Blue value is 45 (17.97% from 255 or 12.71% from 354); Max value from RGB is 180 - color contains mainly: green. Hex color #81B42D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81B42D is #7E4BD2. Grayscale: #959595. Windows color (decimal): -8276947 or 2995329. OLE color: 2995329.

HSL color Cylindrical-coordinate representation of color #81B42D: hue angle of 82.67º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #81B42D is Cyan = 0.28, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB12918045-
CMYK0.2800.750.29
HSL82.67º60%44.12%-
HSV(B)82.67º75%70.59%-
XYZ25.8537.58.36-
YUV149.3669.1113.48-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.44%
GREEN value IS 180 (70.70% from 255) = 50.85%
BLUE value IS 45 (17.97% from 255) = 12.71%
R=36.44%
G=50.85%
B=12.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal129180450.2800.750.2982.676044.12
Hex81B42D1C04B1D533c2c
Octal20126455340113351237454
Binary10000001101101001011011110001001011111011010011111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B42D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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