#8DB53B

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

Shades of Limerick #8DB53B

Tints of Limerick #8DB53B

Color information

#8DB53B (or 0x8DB53B) is unknown color: approx Limerick. HEX triplet: 8D, B5 and 3B. RGB value is (141,181,59). Sum of RGB (Red+Green+Blue) = 141+181+59=381 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.01% from 381); Green value is 181 (71.09% from 255 or 47.51% from 381); Blue value is 59 (23.44% from 255 or 15.49% from 381); Max value from RGB is 181 - color contains mainly: green. Hex color #8DB53B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB53B is #724AC4. Grayscale: #9B9B9B. Windows color (decimal): -7490245 or 3913101. OLE color: 3913101.

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

Color convert

RGB14118159-
CMYK0.2200.670.29
HSL79.67º50.83%47.06%-
HSV(B)79.67º67.4%70.98%-
XYZ28.339.0310.18-
YUV155.1373.75117.92-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.01%
GREEN value IS 181 (71.09% from 255) = 47.51%
BLUE value IS 59 (23.44% from 255) = 15.49%
R=37.01%
G=47.51%
B=15.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal141181590.2200.670.2979.6750.8347.06
Hex8DB53B160431D50332f
Octal21526573260103351206357
Binary10001101101101011110111011001000011111011010000110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB53B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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