#8DB240

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

Shades of Limerick #8DB240

Tints of Limerick #8DB240

Color information

#8DB240 (or 0x8DB240) is unknown color: approx Limerick. HEX triplet: 8D, B2 and 40. RGB value is (141,178,64). Sum of RGB (Red+Green+Blue) = 141+178+64=383 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.81% from 383); Green value is 178 (69.92% from 255 or 46.48% from 383); Blue value is 64 (25.39% from 255 or 16.71% from 383); Max value from RGB is 178 - color contains mainly: green. Hex color #8DB240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DB240 is #724DBF. Grayscale: #9A9A9A. Windows color (decimal): -7491008 or 4240013. OLE color: 4240013.

HSL color Cylindrical-coordinate representation of color #8DB240: hue angle of 79.47º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8DB240 is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB14117864-
CMYK0.2100.640.30
HSL79.47º47.11%47.45%-
HSV(B)79.47º64.04%69.8%-
XYZ27.8337.8710.69-
YUV153.9477.24118.77-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.81%
GREEN value IS 178 (69.92% from 255) = 46.48%
BLUE value IS 64 (25.39% from 255) = 16.71%
R=36.81%
G=46.48%
B=16.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal141178640.2100.640.3079.4747.1147.45
Hex8DB240150401E4f2f2f
Octal215262100250100361175757
Binary100011011011001010000001010101000000111101001111101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,178,64); }

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

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

 a { background-color: rgb(141,178,64); }

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

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

 span { border-color: rgb(141,178,64); }

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