#8EB533

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

Shades of Limerick #8EB533

Tints of Limerick #8EB533

Color information

#8EB533 (or 0x8EB533) is unknown color: approx Limerick. HEX triplet: 8E, B5 and 33. RGB value is (142,181,51). Sum of RGB (Red+Green+Blue) = 142+181+51=374 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.97% from 374); Green value is 181 (71.09% from 255 or 48.40% from 374); Blue value is 51 (20.31% from 255 or 13.64% from 374); Max value from RGB is 181 - color contains mainly: green. Hex color #8EB533 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EB533 is #714ACC. Grayscale: #9B9B9B. Windows color (decimal): -7424717 or 3388814. OLE color: 3388814.

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

Color convert

RGB14218151-
CMYK0.2200.720.29
HSL78º56.03%45.49%-
HSV(B)78º71.82%70.98%-
XYZ28.2839.049.18-
YUV154.5269.58119.07-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.97%
GREEN value IS 181 (71.09% from 255) = 48.40%
BLUE value IS 51 (20.31% from 255) = 13.64%
R=37.97%
G=48.40%
B=13.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal142181510.2200.720.297856.0345.49
Hex8EB533160481D4e382d
Octal21626563260110351167055
Binary10001110101101011100111011001001000111011001110111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,181,51); }

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

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

 a { background-color: rgb(142,181,51); }

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

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

 span { border-color: rgb(142,181,51); }

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