#8DB238

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

Shades of Limerick #8DB238

Tints of Limerick #8DB238

Color information

#8DB238 (or 0x8DB238) is unknown color: approx Limerick. HEX triplet: 8D, B2 and 38. RGB value is (141,178,56). Sum of RGB (Red+Green+Blue) = 141+178+56=375 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.6% from 375); Green value is 178 (69.92% from 255 or 47.47% from 375); Blue value is 56 (22.27% from 255 or 14.93% from 375); Max value from RGB is 178 - color contains mainly: green. Hex color #8DB238 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DB238 is #724DC7. Grayscale: #999999. Windows color (decimal): -7491016 or 3715725. OLE color: 3715725.

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

Color convert

RGB14117856-
CMYK0.2100.690.30
HSL78.2º52.14%45.88%-
HSV(B)78.2º68.54%69.8%-
XYZ27.6237.799.58-
YUV153.0373.24119.42-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.6%
GREEN value IS 178 (69.92% from 255) = 47.47%
BLUE value IS 56 (22.27% from 255) = 14.93%
R=37.6%
G=47.47%
B=14.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal141178560.2100.690.3078.252.1445.88
Hex8DB238150451E4e342e
Octal21526270250105361166456
Binary10001101101100101110001010101000101111101001110110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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