#8DB930

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

Shades of Limerick #8DB930

Tints of Limerick #8DB930

Color information

#8DB930 (or 0x8DB930) is unknown color: approx Limerick. HEX triplet: 8D, B9 and 30. RGB value is (141,185,48). Sum of RGB (Red+Green+Blue) = 141+185+48=374 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.70% from 374); Green value is 185 (72.66% from 255 or 49.47% from 374); Blue value is 48 (19.14% from 255 or 12.83% from 374); Max value from RGB is 185 - color contains mainly: green. Hex color #8DB930 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB930 is #7246CF. Grayscale: #9C9C9C. Windows color (decimal): -7489232 or 3193229. OLE color: 3193229.

HSL color Cylindrical-coordinate representation of color #8DB930: hue angle of 79.27º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8DB930 is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB14118548-
CMYK0.2400.740.27
HSL79.27º58.8%45.69%-
HSV(B)79.27º74.05%72.55%-
XYZ28.8740.579.11-
YUV156.2366.92117.14-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.70%
GREEN value IS 185 (72.66% from 255) = 49.47%
BLUE value IS 48 (19.14% from 255) = 12.83%
R=37.70%
G=49.47%
B=12.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal141185480.2400.740.2779.2758.845.69
Hex8DB9301804A1B4f3b2e
Octal21527160300112331177356
Binary10001101101110011100001100001001010110111001111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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