#8ED21D

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

Shades of Yellow Green #8ED21D

Tints of Yellow Green #8ED21D

Color information

#8ED21D (or 0x8ED21D) is unknown color: approx Yellow Green. HEX triplet: 8E, D2 and 1D. RGB value is (142,210,29). Sum of RGB (Red+Green+Blue) = 142+210+29=381 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.27% from 381); Green value is 210 (82.42% from 255 or 55.12% from 381); Blue value is 29 (11.72% from 255 or 7.61% from 381); Max value from RGB is 210 - color contains mainly: green. Hex color #8ED21D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ED21D is #712DE2. Grayscale: #A9A9A9. Windows color (decimal): -7417315 or 1954446. OLE color: 1954446.

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

Color convert

RGB14221029-
CMYK0.3200.860.18
HSL82.54º75.73%46.86%-
HSV(B)82.54º86.19%82.35%-
XYZ34.4251.939.37-
YUV169.0348.97108.72-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.27%
GREEN value IS 210 (82.42% from 255) = 55.12%
BLUE value IS 29 (11.72% from 255) = 7.61%
R=37.27%
G=55.12%
B=7.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal142210290.3200.860.1882.5475.7346.86
Hex8ED21D2005612534c2f
Octal216322354001262212311457
Binary100011101101001011101100000010101101001010100111001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED21D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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