#8DB62F

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

Shades of Limerick #8DB62F

Tints of Limerick #8DB62F

Color information

#8DB62F (or 0x8DB62F) is unknown color: approx Limerick. HEX triplet: 8D, B6 and 2F. RGB value is (141,182,47). Sum of RGB (Red+Green+Blue) = 141+182+47=370 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.11% from 370); Green value is 182 (71.48% from 255 or 49.19% from 370); Blue value is 47 (18.75% from 255 or 12.70% from 370); Max value from RGB is 182 - color contains mainly: green. Hex color #8DB62F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB62F is #7249D0. Grayscale: #9A9A9A. Windows color (decimal): -7490001 or 3126925. OLE color: 3126925.

HSL color Cylindrical-coordinate representation of color #8DB62F: hue angle of 78.22º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8DB62F is Cyan = 0.23, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB14118247-
CMYK0.2300.740.29
HSL78.22º58.95%44.9%-
HSV(B)78.22º74.18%71.37%-
XYZ28.2339.328.79-
YUV154.3567.42118.48-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.11%
GREEN value IS 182 (71.48% from 255) = 49.19%
BLUE value IS 47 (18.75% from 255) = 12.70%
R=38.11%
G=49.19%
B=12.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal141182470.2300.740.2978.2258.9544.9
Hex8DB62F1704A1D4e3b2d
Octal21526657270112351167355
Binary10001101101101101011111011101001010111011001110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB62F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,182,47); }

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

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

 a { background-color: rgb(141,182,47); }

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

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

 span { border-color: rgb(141,182,47); }

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