#8DB53A

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

Shades of Limerick #8DB53A

Tints of Limerick #8DB53A

Color information

#8DB53A (or 0x8DB53A) is unknown color: approx Limerick. HEX triplet: 8D, B5 and 3A. RGB value is (141,181,58). Sum of RGB (Red+Green+Blue) = 141+181+58=380 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.11% from 380); Green value is 181 (71.09% from 255 or 47.63% from 380); Blue value is 58 (23.05% from 255 or 15.26% from 380); Max value from RGB is 181 - color contains mainly: green. Hex color #8DB53A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB53A is #724AC5. Grayscale: #9B9B9B. Windows color (decimal): -7490246 or 3847565. OLE color: 3847565.

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

Color convert

RGB14118158-
CMYK0.2200.680.29
HSL79.51º51.46%46.86%-
HSV(B)79.51º67.96%70.98%-
XYZ28.2739.0210.04-
YUV155.0273.25118-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.11%
GREEN value IS 181 (71.09% from 255) = 47.63%
BLUE value IS 58 (23.05% from 255) = 15.26%
R=37.11%
G=47.63%
B=15.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal141181580.2200.680.2979.5151.4646.86
Hex8DB53A160441D50332f
Octal21526572260104351206357
Binary10001101101101011110101011001000100111011010000110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,181,58); }

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

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

 a { background-color: rgb(141,181,58); }

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

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

 span { border-color: rgb(141,181,58); }

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