#8EC534

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

Shades of Yellow Green #8EC534

Tints of Yellow Green #8EC534

Color information

#8EC534 (or 0x8EC534) is unknown color: approx Yellow Green. HEX triplet: 8E, C5 and 34. RGB value is (142,197,52). Sum of RGB (Red+Green+Blue) = 142+197+52=391 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.32% from 391); Green value is 197 (77.34% from 255 or 50.38% from 391); Blue value is 52 (20.70% from 255 or 13.30% from 391); Max value from RGB is 197 - color contains mainly: green. Hex color #8EC534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC534 is #713ACB. Grayscale: #A4A4A4. Windows color (decimal): -7420620 or 3458446. OLE color: 3458446.

HSL color Cylindrical-coordinate representation of color #8EC534: hue angle of 82.76º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8EC534 is Cyan = 0.28, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB14219752-
CMYK0.2800.740.23
HSL82.76º58.23%48.82%-
HSV(B)82.76º73.6%77.25%-
XYZ31.7445.9310.44-
YUV164.0264.78112.29-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.32%
GREEN value IS 197 (77.34% from 255) = 50.38%
BLUE value IS 52 (20.70% from 255) = 13.30%
R=36.32%
G=50.38%
B=13.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal142197520.2800.740.2382.7658.2348.82
Hex8EC5341C04A17533a31
Octal21630564340112271237261
Binary10001110110001011101001110001001010101111010011111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,197,52); }

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

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

 a { background-color: rgb(142,197,52); }

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

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

 span { border-color: rgb(142,197,52); }

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