#8DB71F

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

Shades of Limerick #8DB71F

Tints of Limerick #8DB71F

Color information

#8DB71F (or 0x8DB71F) is unknown color: approx Limerick. HEX triplet: 8D, B7 and 1F. RGB value is (141,183,31). Sum of RGB (Red+Green+Blue) = 141+183+31=355 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.72% from 355); Green value is 183 (71.88% from 255 or 51.55% from 355); Blue value is 31 (12.5% from 255 or 8.73% from 355); Max value from RGB is 183 - color contains mainly: green. Hex color #8DB71F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB71F is #7248E0. Grayscale: #999999. Windows color (decimal): -7489761 or 2078605. OLE color: 2078605.

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

Color convert

RGB14118331-
CMYK0.2300.830.28
HSL76.58º71.03%41.96%-
HSV(B)76.58º83.06%71.76%-
XYZ28.1739.637.46-
YUV153.1159.09119.36-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.72%
GREEN value IS 183 (71.88% from 255) = 51.55%
BLUE value IS 31 (12.5% from 255) = 8.73%
R=39.72%
G=51.55%
B=8.73%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal141183310.2300.830.2876.5871.0341.96
Hex8DB71F170531C4d472a
Octal215267372701233411510752
Binary10001101101101111111110111010100111110010011011000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB71F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,183,31); }

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

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

 a { background-color: rgb(141,183,31); }

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

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

 span { border-color: rgb(141,183,31); }

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