#8DB127

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

Shades of Limerick #8DB127

Tints of Limerick #8DB127

Color information

#8DB127 (or 0x8DB127) is unknown color: approx Limerick. HEX triplet: 8D, B1 and 27. RGB value is (141,177,39). Sum of RGB (Red+Green+Blue) = 141+177+39=357 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.50% from 357); Green value is 177 (69.53% from 255 or 49.58% from 357); Blue value is 39 (15.62% from 255 or 10.92% from 357); Max value from RGB is 177 - color contains mainly: green. Hex color #8DB127 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DB127 is #724ED8. Grayscale: #979797. Windows color (decimal): -7491289 or 2601357. OLE color: 2601357.

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

Color convert

RGB14117739-
CMYK0.2000.780.31
HSL75.65º63.89%42.35%-
HSV(B)75.65º77.97%69.41%-
XYZ27.0737.257.68-
YUV150.565.07121.22-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.50%
GREEN value IS 177 (69.53% from 255) = 49.58%
BLUE value IS 39 (15.62% from 255) = 10.92%
R=39.50%
G=49.58%
B=10.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal141177390.2000.780.3175.6563.8942.35
Hex8DB1271404E1F4c402a
Octal215261472401163711410052
Binary100011011011000110011110100010011101111110011001000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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