#8DB81E

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

Shades of Limerick #8DB81E

Tints of Limerick #8DB81E

Color information

#8DB81E (or 0x8DB81E) is unknown color: approx Limerick. HEX triplet: 8D, B8 and 1E. RGB value is (141,184,30). Sum of RGB (Red+Green+Blue) = 141+184+30=355 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.72% from 355); Green value is 184 (72.27% from 255 or 51.83% from 355); Blue value is 30 (12.11% from 255 or 8.45% from 355); Max value from RGB is 184 - color contains mainly: green. Hex color #8DB81E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB81E is #7247E1. Grayscale: #9A9A9A. Windows color (decimal): -7489506 or 2013325. OLE color: 2013325.

HSL color Cylindrical-coordinate representation of color #8DB81E: hue angle of 76.75º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8DB81E is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB14118430-
CMYK0.2300.840.28
HSL76.75º71.96%41.96%-
HSV(B)76.75º83.7%72.16%-
XYZ28.3640.047.46-
YUV153.5958.25119.02-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.72%
GREEN value IS 184 (72.27% from 255) = 51.83%
BLUE value IS 30 (12.11% from 255) = 8.45%
R=39.72%
G=51.83%
B=8.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal141184300.2300.840.2876.7571.9641.96
Hex8DB81E170541C4d482a
Octal215270362701243411511052
Binary10001101101110001111010111010101001110010011011001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB81E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,184,30); }

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

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

 a { background-color: rgb(141,184,30); }

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

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

 span { border-color: rgb(141,184,30); }

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