#8EDF1D

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

Shades of Yellow Green #8EDF1D

Tints of Yellow Green #8EDF1D

Color information

#8EDF1D (or 0x8EDF1D) is unknown color: approx Yellow Green. HEX triplet: 8E, DF and 1D. RGB value is (142,223,29). Sum of RGB (Red+Green+Blue) = 142+223+29=394 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.04% from 394); Green value is 223 (87.5% from 255 or 56.60% from 394); Blue value is 29 (11.72% from 255 or 7.36% from 394); Max value from RGB is 223 - color contains mainly: green. Hex color #8EDF1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EDF1D is #7120E2. Grayscale: #B1B1B1. Windows color (decimal): -7413987 or 1957774. OLE color: 1957774.

HSL color Cylindrical-coordinate representation of color #8EDF1D: hue angle of 85.05º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8EDF1D is Cyan = 0.36, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB14222329-
CMYK0.3600.870.13
HSL85.05º76.98%49.41%-
HSV(B)85.05º87%87.45%-
XYZ37.7658.6110.49-
YUV176.6644.66103.27-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.04%
GREEN value IS 223 (87.5% from 255) = 56.60%
BLUE value IS 29 (11.72% from 255) = 7.36%
R=36.04%
G=56.60%
B=7.36%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal142223290.3600.870.1385.0576.9849.41
Hex8EDF1D24057D554d31
Octal216337354401271512511561
Binary10001110110111111110110010001010111110110101011001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDF1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,223,29); }

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

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

 a { background-color: rgb(142,223,29); }

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

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

 span { border-color: rgb(142,223,29); }

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