#8DB830

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

Shades of Limerick #8DB830

Tints of Limerick #8DB830

Color information

#8DB830 (or 0x8DB830) is unknown color: approx Limerick. HEX triplet: 8D, B8 and 30. RGB value is (141,184,48). Sum of RGB (Red+Green+Blue) = 141+184+48=373 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.80% from 373); Green value is 184 (72.27% from 255 or 49.33% from 373); Blue value is 48 (19.14% from 255 or 12.87% from 373); Max value from RGB is 184 - color contains mainly: green. Hex color #8DB830 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB830 is #7247CF. Grayscale: #9C9C9C. Windows color (decimal): -7489488 or 3192973. OLE color: 3192973.

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

Color convert

RGB14118448-
CMYK0.2300.740.28
HSL78.97º58.62%45.49%-
HSV(B)78.97º73.91%72.16%-
XYZ28.6640.169.04-
YUV155.6467.25117.56-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.80%
GREEN value IS 184 (72.27% from 255) = 49.33%
BLUE value IS 48 (19.14% from 255) = 12.87%
R=37.80%
G=49.33%
B=12.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal141184480.2300.740.2878.9758.6245.49
Hex8DB8301704A1C4f3b2d
Octal21527060270112341177355
Binary10001101101110001100001011101001010111001001111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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