#8DB121

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

Shades of Limerick #8DB121

Tints of Limerick #8DB121

Color information

#8DB121 (or 0x8DB121) is unknown color: approx Limerick. HEX triplet: 8D, B1 and 21. RGB value is (141,177,33). Sum of RGB (Red+Green+Blue) = 141+177+33=351 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.17% from 351); Green value is 177 (69.53% from 255 or 50.43% from 351); Blue value is 33 (13.28% from 255 or 9.40% from 351); Max value from RGB is 177 - color contains mainly: green. Hex color #8DB121 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DB121 is #724EDE. Grayscale: #969696. Windows color (decimal): -7491295 or 2208141. OLE color: 2208141.

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

Color convert

RGB14117733-
CMYK0.2000.810.31
HSL75º68.57%41.18%-
HSV(B)75º81.36%69.41%-
XYZ26.9837.227.2-
YUV149.8262.07121.71-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.17%
GREEN value IS 177 (69.53% from 255) = 50.43%
BLUE value IS 33 (13.28% from 255) = 9.40%
R=40.17%
G=50.43%
B=9.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal141177330.2000.810.317568.5741.18
Hex8DB121140511F4b4529
Octal215261412401213711310551
Binary100011011011000110000110100010100011111110010111000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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