#8EF55F

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

Shades of Pastel Green #8EF55F

Tints of Pastel Green #8EF55F

Color information

#8EF55F (or 0x8EF55F) is unknown color: approx Pastel Green. HEX triplet: 8E, F5 and 5F. RGB value is (142,245,95). Sum of RGB (Red+Green+Blue) = 142+245+95=482 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.46% from 482); Green value is 245 (96.09% from 255 or 50.83% from 482); Blue value is 95 (37.5% from 255 or 19.71% from 482); Max value from RGB is 245 - color contains mainly: green. Hex color #8EF55F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EF55F is #710AA0. Grayscale: #C5C5C5. Windows color (decimal): -7408289 or 6288782. OLE color: 6288782.

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

Color convert

RGB14224595-
CMYK0.4200.610.04
HSL101.2º88.24%66.67%-
HSV(B)101.2º61.22%96.08%-
XYZ45.8771.8822.28-
YUV197.170.3888.7-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.46%
GREEN value IS 245 (96.09% from 255) = 50.83%
BLUE value IS 95 (37.5% from 255) = 19.71%
R=29.46%
G=50.83%
B=19.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal142245950.4200.610.04101.288.2466.67
Hex8EF55F2A03D4655843
Octal216365137520754145130103
Binary100011101111010110111111010100111101100110010110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EF55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,245,95); }

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

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

 a { background-color: rgb(142,245,95); }

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

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

 span { border-color: rgb(142,245,95); }

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