#8DB419

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

Shades of Limerick #8DB419

Tints of Limerick #8DB419

Color information

#8DB419 (or 0x8DB419) is unknown color: approx Limerick. HEX triplet: 8D, B4 and 19. RGB value is (141,180,25). Sum of RGB (Red+Green+Blue) = 141+180+25=346 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.75% from 346); Green value is 180 (70.70% from 255 or 52.02% from 346); Blue value is 25 (10.16% from 255 or 7.23% from 346); Max value from RGB is 180 - color contains mainly: green. Hex color #8DB419 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DB419 is #724BE6. Grayscale: #979797. Windows color (decimal): -7490535 or 1684621. OLE color: 1684621.

HSL color Cylindrical-coordinate representation of color #8DB419: hue angle of 75.1º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8DB419 is Cyan = 0.22, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB14118025-
CMYK0.2200.860.29
HSL75.1º75.61%40.2%-
HSV(B)75.1º86.11%70.59%-
XYZ27.4838.386.88-
YUV150.6757.08121.1-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.75%
GREEN value IS 180 (70.70% from 255) = 52.02%
BLUE value IS 25 (10.16% from 255) = 7.23%
R=40.75%
G=52.02%
B=7.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal141180250.2200.860.2975.175.6140.2
Hex8DB419160561D4b4c28
Octal215264312601263511311450
Binary10001101101101001100110110010101101110110010111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,180,25); }

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

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

 a { background-color: rgb(141,180,25); }

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

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

 span { border-color: rgb(141,180,25); }

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