#8DC21F

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

Shades of Limerick #8DC21F

Tints of Limerick #8DC21F

Color information

#8DC21F (or 0x8DC21F) is unknown color: approx Limerick. HEX triplet: 8D, C2 and 1F. RGB value is (141,194,31). Sum of RGB (Red+Green+Blue) = 141+194+31=366 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.52% from 366); Green value is 194 (76.17% from 255 or 53.01% from 366); Blue value is 31 (12.5% from 255 or 8.47% from 366); Max value from RGB is 194 - color contains mainly: green. Hex color #8DC21F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC21F is #723DE0. Grayscale: #A0A0A0. Windows color (decimal): -7486945 or 2081421. OLE color: 2081421.

HSL color Cylindrical-coordinate representation of color #8DC21F: hue angle of 79.51º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8DC21F is Cyan = 0.27, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB14119431-
CMYK0.2700.840.24
HSL79.51º72.44%44.12%-
HSV(B)79.51º84.02%76.08%-
XYZ30.5244.358.25-
YUV159.5755.44114.75-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.52%
GREEN value IS 194 (76.17% from 255) = 53.01%
BLUE value IS 31 (12.5% from 255) = 8.47%
R=38.52%
G=53.01%
B=8.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal141194310.2700.840.2479.5172.4444.12
Hex8DC21F1B0541850482c
Octal215302373301243012011054
Binary10001101110000101111111011010101001100010100001001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC21F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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