#8DB13E

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

Shades of Limerick #8DB13E

Tints of Limerick #8DB13E

Color information

#8DB13E (or 0x8DB13E) is unknown color: approx Limerick. HEX triplet: 8D, B1 and 3E. RGB value is (141,177,62). Sum of RGB (Red+Green+Blue) = 141+177+62=380 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.11% from 380); Green value is 177 (69.53% from 255 or 46.58% from 380); Blue value is 62 (24.61% from 255 or 16.32% from 380); Max value from RGB is 177 - color contains mainly: green. Hex color #8DB13E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DB13E is #724EC1. Grayscale: #999999. Windows color (decimal): -7491266 or 4108685. OLE color: 4108685.

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

Color convert

RGB14117762-
CMYK0.2000.650.31
HSL78.78º48.12%46.86%-
HSV(B)78.78º64.97%69.41%-
XYZ27.5837.4510.33-
YUV153.1376.57119.35-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.11%
GREEN value IS 177 (69.53% from 255) = 46.58%
BLUE value IS 62 (24.61% from 255) = 16.32%
R=37.11%
G=46.58%
B=16.32%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal141177620.2000.650.3178.7848.1246.86
Hex8DB13E140411F4f302f
Octal21526176240101371176057
Binary10001101101100011111101010001000001111111001111110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB13E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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