#8db53f

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

Shades of Limerick #8DB53F

Tints of Limerick #8DB53F

Color information

#8DB53F (or 0x8DB53F) is unknown color: approx Limerick. HEX triplet: 8D, B5 and 3F. RGB value is (141,181,63). Sum of RGB (Red+Green+Blue) = 141+181+63=385 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.62% from 385); Green value is 181 (71.09% from 255 or 47.01% from 385); Blue value is 63 (25% from 255 or 16.36% from 385); Max value from RGB is 181 - color contains mainly: green. Hex color #8DB53F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB53F is #724AC0. Grayscale: #9C9C9C. Windows color (decimal): -7490241 or 4175245. OLE color: 4175245.

HSL color Cylindrical-coordinate representation of color #8DB53F: hue angle of 80.34º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8DB53F is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB14118163-
CMYK0.2200.650.29
HSL80.34º48.36%47.84%-
HSV(B)80.34º65.19%70.98%-
XYZ28.4139.0710.75-
YUV155.5975.75117.59-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.62%
GREEN value IS 181 (71.09% from 255) = 47.01%
BLUE value IS 63 (25% from 255) = 16.36%
R=36.62%
G=47.01%
B=16.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal141181630.2200.650.2980.3448.3647.84
Hex8DB53F160411D503030
Octal21526577260101351206060
Binary10001101101101011111111011001000001111011010000110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8db53f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,181,63); }

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

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

 a { background-color: rgb(141,181,63); }

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

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

 span { border-color: rgb(141,181,63); }

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