#8DB421

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

Shades of Limerick #8DB421

Tints of Limerick #8DB421

Color information

#8DB421 (or 0x8DB421) is unknown color: approx Limerick. HEX triplet: 8D, B4 and 21. RGB value is (141,180,33). Sum of RGB (Red+Green+Blue) = 141+180+33=354 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.83% from 354); Green value is 180 (70.70% from 255 or 50.85% from 354); Blue value is 33 (13.28% from 255 or 9.32% from 354); Max value from RGB is 180 - color contains mainly: green. Hex color #8DB421 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB421 is #724BDE. Grayscale: #989898. Windows color (decimal): -7490527 or 2208909. OLE color: 2208909.

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

Color convert

RGB14118033-
CMYK0.2200.820.29
HSL75.92º69.01%41.76%-
HSV(B)75.92º81.67%70.59%-
XYZ27.5838.427.4-
YUV151.5861.08120.45-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.83%
GREEN value IS 180 (70.70% from 255) = 50.85%
BLUE value IS 33 (13.28% from 255) = 9.32%
R=39.83%
G=50.85%
B=9.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal141180330.2200.820.2975.9269.0141.76
Hex8DB421160521D4c452a
Octal215264412601223511410552
Binary100011011011010010000110110010100101110110011001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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