#8ED134

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

Shades of Yellow Green #8ED134

Tints of Yellow Green #8ED134

Color information

#8ED134 (or 0x8ED134) is unknown color: approx Yellow Green. HEX triplet: 8E, D1 and 34. RGB value is (142,209,52). Sum of RGB (Red+Green+Blue) = 142+209+52=403 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.24% from 403); Green value is 209 (82.03% from 255 or 51.86% from 403); Blue value is 52 (20.70% from 255 or 12.90% from 403); Max value from RGB is 209 - color contains mainly: green. Hex color #8ED134 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ED134 is #712ECB. Grayscale: #ABABAB. Windows color (decimal): -7417548 or 3461518. OLE color: 3461518.

HSL color Cylindrical-coordinate representation of color #8ED134: hue angle of 85.61º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8ED134 is Cyan = 0.32, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB14220952-
CMYK0.3200.750.18
HSL85.61º63.05%51.18%-
HSV(B)85.61º75.12%81.96%-
XYZ34.5851.611.39-
YUV171.0760.8107.27-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.24%
GREEN value IS 209 (82.03% from 255) = 51.86%
BLUE value IS 52 (20.70% from 255) = 12.90%
R=35.24%
G=51.86%
B=12.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal142209520.3200.750.1885.6163.0551.18
Hex8ED1342004B12563f33
Octal21632164400113221267763
Binary100011101101000111010010000001001011100101010110111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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