#81B937

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

Shades of Limerick #81B937

Tints of Limerick #81B937

Color information

#81B937 (or 0x81B937) is unknown color: approx Limerick. HEX triplet: 81, B9 and 37. RGB value is (129,185,55). Sum of RGB (Red+Green+Blue) = 129+185+55=369 (48% of max value = 765). Red value is 129 (50.78% from 255 or 34.96% from 369); Green value is 185 (72.66% from 255 or 50.14% from 369); Blue value is 55 (21.88% from 255 or 14.91% from 369); Max value from RGB is 185 - color contains mainly: green. Hex color #81B937 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81B937 is #7E46C8. Grayscale: #999999. Windows color (decimal): -8275657 or 3651969. OLE color: 3651969.

HSL color Cylindrical-coordinate representation of color #81B937: hue angle of 85.85º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #81B937 is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB12918555-
CMYK0.3000.700.27
HSL85.85º54.17%47.06%-
HSV(B)85.85º70.27%72.55%-
XYZ27.0939.649.84-
YUV153.4472.45110.57-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.96%
GREEN value IS 185 (72.66% from 255) = 50.14%
BLUE value IS 55 (21.88% from 255) = 14.91%
R=34.96%
G=50.14%
B=14.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal129185550.3000.700.2785.8554.1747.06
Hex81B9371E0461B56362f
Octal20127167360106331266657
Binary10000001101110011101111111001000110110111010110110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,185,55); }

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

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

 a { background-color: rgb(129,185,55); }

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

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

 span { border-color: rgb(129,185,55); }

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