#8ED421

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

Shades of Yellow Green #8ED421

Tints of Yellow Green #8ED421

Color information

#8ED421 (or 0x8ED421) is unknown color: approx Yellow Green. HEX triplet: 8E, D4 and 21. RGB value is (142,212,33). Sum of RGB (Red+Green+Blue) = 142+212+33=387 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.69% from 387); Green value is 212 (83.20% from 255 or 54.78% from 387); Blue value is 33 (13.28% from 255 or 8.53% from 387); Max value from RGB is 212 - color contains mainly: green. Hex color #8ED421 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ED421 is #712BDE. Grayscale: #ABABAB. Windows color (decimal): -7416799 or 2217102. OLE color: 2217102.

HSL color Cylindrical-coordinate representation of color #8ED421: hue angle of 83.46º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8ED421 is Cyan = 0.33, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.

Color convert

RGB14221233-
CMYK0.3300.840.17
HSL83.46º73.06%48.04%-
HSV(B)83.46º84.43%83.14%-
XYZ34.9752.959.82-
YUV170.6650.31107.55-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.69%
GREEN value IS 212 (83.20% from 255) = 54.78%
BLUE value IS 33 (13.28% from 255) = 8.53%
R=36.69%
G=54.78%
B=8.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal142212330.3300.840.1783.4673.0648.04
Hex8ED4212105411534930
Octal216324414101242112311160
Binary1000111011010100100001100001010101001000110100111001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,212,33); }

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

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

 a { background-color: rgb(142,212,33); }

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

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

 span { border-color: rgb(142,212,33); }

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