#8EC332

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

Shades of Yellow Green #8EC332

Tints of Yellow Green #8EC332

Color information

#8EC332 (or 0x8EC332) is unknown color: approx Yellow Green. HEX triplet: 8E, C3 and 32. RGB value is (142,195,50). Sum of RGB (Red+Green+Blue) = 142+195+50=387 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.69% from 387); Green value is 195 (76.56% from 255 or 50.39% from 387); Blue value is 50 (19.92% from 255 or 12.92% from 387); Max value from RGB is 195 - color contains mainly: green. Hex color #8EC332 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC332 is #713CCD. Grayscale: #A3A3A3. Windows color (decimal): -7421134 or 3326862. OLE color: 3326862.

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

Color convert

RGB14219550-
CMYK0.2700.740.24
HSL81.93º59.18%48.04%-
HSV(B)81.93º74.36%76.47%-
XYZ31.2545.0110.06-
YUV162.6264.44113.29-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.69%
GREEN value IS 195 (76.56% from 255) = 50.39%
BLUE value IS 50 (19.92% from 255) = 12.92%
R=36.69%
G=50.39%
B=12.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal142195500.2700.740.2481.9359.1848.04
Hex8EC3321B04A18523b30
Octal21630362330112301227360
Binary10001110110000111100101101101001010110001010010111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,195,50); }

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

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

 a { background-color: rgb(142,195,50); }

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

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

 span { border-color: rgb(142,195,50); }

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