#81BD38

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

Shades of Limerick #81BD38

Tints of Limerick #81BD38

Color information

#81BD38 (or 0x81BD38) is unknown color: approx Limerick. HEX triplet: 81, BD and 38. RGB value is (129,189,56). Sum of RGB (Red+Green+Blue) = 129+189+56=374 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.49% from 374); Green value is 189 (74.22% from 255 or 50.53% from 374); Blue value is 56 (22.27% from 255 or 14.97% from 374); Max value from RGB is 189 - color contains mainly: green. Hex color #81BD38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BD38 is #7E42C7. Grayscale: #9C9C9C. Windows color (decimal): -8274632 or 3718529. OLE color: 3718529.

HSL color Cylindrical-coordinate representation of color #81BD38: hue angle of 87.07º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #81BD38 is Cyan = 0.32, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB12918956-
CMYK0.3200.700.26
HSL87.07º54.29%48.04%-
HSV(B)87.07º70.37%74.12%-
XYZ27.9641.3510.25-
YUV155.971.62108.81-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.49%
GREEN value IS 189 (74.22% from 255) = 50.53%
BLUE value IS 56 (22.27% from 255) = 14.97%
R=34.49%
G=50.53%
B=14.97%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal129189560.3200.700.2687.0754.2948.04
Hex81BD38200461A573630
Octal20127570400106321276660
Binary100000011011110111100010000001000110110101010111110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BD38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,189,56); }

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

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

 a { background-color: rgb(129,189,56); }

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

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

 span { border-color: rgb(129,189,56); }

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