#8ED42B

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

Shades of Yellow Green #8ED42B

Tints of Yellow Green #8ED42B

Color information

#8ED42B (or 0x8ED42B) is unknown color: approx Yellow Green. HEX triplet: 8E, D4 and 2B. RGB value is (142,212,43). Sum of RGB (Red+Green+Blue) = 142+212+43=397 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.77% from 397); Green value is 212 (83.20% from 255 or 53.40% from 397); Blue value is 43 (17.19% from 255 or 10.83% from 397); Max value from RGB is 212 - color contains mainly: green. Hex color #8ED42B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ED42B is #712BD4. Grayscale: #ACACAC. Windows color (decimal): -7416789 or 2872462. OLE color: 2872462.

HSL color Cylindrical-coordinate representation of color #8ED42B: hue angle of 84.85º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8ED42B is Cyan = 0.33, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB14221243-
CMYK0.3300.800.17
HSL84.85º66.27%50%-
HSV(B)84.85º79.72%83.14%-
XYZ35.1353.0110.67-
YUV171.855.31106.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.77%
GREEN value IS 212 (83.20% from 255) = 53.40%
BLUE value IS 43 (17.19% from 255) = 10.83%
R=35.77%
G=53.40%
B=10.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal142212430.3300.800.1784.8566.2750
Hex8ED42B2105011554232
Octal216324534101202112510262
Binary1000111011010100101011100001010100001000110101011000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED42B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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