#8EB61B

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

Shades of Limerick #8EB61B

Tints of Limerick #8EB61B

Color information

#8EB61B (or 0x8EB61B) is unknown color: approx Limerick. HEX triplet: 8E, B6 and 1B. RGB value is (142,182,27). Sum of RGB (Red+Green+Blue) = 142+182+27=351 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.46% from 351); Green value is 182 (71.48% from 255 or 51.85% from 351); Blue value is 27 (10.94% from 255 or 7.69% from 351); Max value from RGB is 182 - color contains mainly: green. Hex color #8EB61B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EB61B is #7149E4. Grayscale: #989898. Windows color (decimal): -7424485 or 1816206. OLE color: 1816206.

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

Color convert

RGB14218227-
CMYK0.2200.850.29
HSL75.48º74.16%40.98%-
HSV(B)75.48º85.16%71.37%-
XYZ28.0839.297.14-
YUV152.3757.25120.6-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.46%
GREEN value IS 182 (71.48% from 255) = 51.85%
BLUE value IS 27 (10.94% from 255) = 7.69%
R=40.46%
G=51.85%
B=7.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal142182270.2200.850.2975.4874.1640.98
Hex8EB61B160551D4b4a29
Octal216266332601253511311251
Binary10001110101101101101110110010101011110110010111001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB61B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,182,27); }

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

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

 a { background-color: rgb(142,182,27); }

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

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

 span { border-color: rgb(142,182,27); }

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