#8DBF1E

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

Shades of Limerick #8DBF1E

Tints of Limerick #8DBF1E

Color information

#8DBF1E (or 0x8DBF1E) is unknown color: approx Limerick. HEX triplet: 8D, BF and 1E. RGB value is (141,191,30). Sum of RGB (Red+Green+Blue) = 141+191+30=362 (47% of max value = 765). Red value is 141 (55.47% from 255 or 38.95% from 362); Green value is 191 (75% from 255 or 52.76% from 362); Blue value is 30 (12.11% from 255 or 8.29% from 362); Max value from RGB is 191 - color contains mainly: green. Hex color #8DBF1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBF1E is #7240E1. Grayscale: #9E9E9E. Windows color (decimal): -7487714 or 2015117. OLE color: 2015117.

HSL color Cylindrical-coordinate representation of color #8DBF1E: hue angle of 78.63º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8DBF1E is Cyan = 0.26, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB14119130-
CMYK0.2600.840.25
HSL78.63º72.85%43.33%-
HSV(B)78.63º84.29%74.9%-
XYZ29.8543.027.96-
YUV157.755.94116.09-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.95%
GREEN value IS 191 (75% from 255) = 52.76%
BLUE value IS 30 (12.11% from 255) = 8.29%
R=38.95%
G=52.76%
B=8.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal141191300.2600.840.2578.6372.8543.33
Hex8DBF1E1A054194f492b
Octal215277363201243111711153
Binary10001101101111111111011010010101001100110011111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBF1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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