#8DB037

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

Shades of Limerick #8DB037

Tints of Limerick #8DB037

Color information

#8DB037 (or 0x8DB037) is unknown color: approx Limerick. HEX triplet: 8D, B0 and 37. RGB value is (141,176,55). Sum of RGB (Red+Green+Blue) = 141+176+55=372 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.90% from 372); Green value is 176 (69.14% from 255 or 47.31% from 372); Blue value is 55 (21.88% from 255 or 14.78% from 372); Max value from RGB is 176 - color contains mainly: green. Hex color #8DB037 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DB037 is #724FC8. Grayscale: #989898. Windows color (decimal): -7491529 or 3649677. OLE color: 3649677.

HSL color Cylindrical-coordinate representation of color #8DB037: hue angle of 77.36º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8DB037 is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB14117655-
CMYK0.2000.690.31
HSL77.36º52.38%45.29%-
HSV(B)77.36º68.75%69.02%-
XYZ27.236.999.32-
YUV151.7473.4120.34-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.90%
GREEN value IS 176 (69.14% from 255) = 47.31%
BLUE value IS 55 (21.88% from 255) = 14.78%
R=37.90%
G=47.31%
B=14.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal141176550.2000.690.3177.3652.3845.29
Hex8DB037140451F4d342d
Octal21526067240105371156455
Binary10001101101100001101111010001000101111111001101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DB037; }

 p { color: rgb(141,176,55); }

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

<style>
 a { background-color: #8DB037; }

 a { background-color: rgb(141,176,55); }

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

<style>
 span { border-color: #8DB037; }

 span { border-color: rgb(141,176,55); }

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