#8EF45D

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

Shades of Pastel Green #8EF45D

Tints of Pastel Green #8EF45D

Color information

#8EF45D (or 0x8EF45D) is unknown color: approx Pastel Green. HEX triplet: 8E, F4 and 5D. RGB value is (142,244,93). Sum of RGB (Red+Green+Blue) = 142+244+93=479 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.65% from 479); Green value is 244 (95.70% from 255 or 50.94% from 479); Blue value is 93 (36.72% from 255 or 19.42% from 479); Max value from RGB is 244 - color contains mainly: green. Hex color #8EF45D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EF45D is #710BA2. Grayscale: #C4C4C4. Windows color (decimal): -7408547 or 6157454. OLE color: 6157454.

HSL color Cylindrical-coordinate representation of color #8EF45D: hue angle of 100.53º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8EF45D is Cyan = 0.42, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB14224493-
CMYK0.4200.620.04
HSL100.53º87.28%66.08%-
HSV(B)100.53º61.89%95.69%-
XYZ45.4871.2421.71-
YUV196.2969.7189.28-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.65%
GREEN value IS 244 (95.70% from 255) = 50.94%
BLUE value IS 93 (36.72% from 255) = 19.42%
R=29.65%
G=50.94%
B=19.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal142244930.4200.620.04100.5387.2866.08
Hex8EF45D2A03E4655742
Octal216364135520764145127102
Binary100011101111010010111011010100111110100110010110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EF45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,244,93); }

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

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

 a { background-color: rgb(142,244,93); }

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

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

 span { border-color: rgb(142,244,93); }

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