#8EF05F

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

Shades of Pastel Green #8EF05F

Tints of Pastel Green #8EF05F

Color information

#8EF05F (or 0x8EF05F) is unknown color: approx Pastel Green. HEX triplet: 8E, F0 and 5F. RGB value is (142,240,95). Sum of RGB (Red+Green+Blue) = 142+240+95=477 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.77% from 477); Green value is 240 (94.14% from 255 or 50.31% from 477); Blue value is 95 (37.5% from 255 or 19.92% from 477); Max value from RGB is 240 - color contains mainly: green. Hex color #8EF05F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EF05F is #710FA0. Grayscale: #C2C2C2. Windows color (decimal): -7409569 or 6287502. OLE color: 6287502.

HSL color Cylindrical-coordinate representation of color #8EF05F: hue angle of 100.55º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8EF05F is Cyan = 0.41, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB14224095-
CMYK0.4100.600.06
HSL100.55º82.86%65.69%-
HSV(B)100.55º60.42%94.12%-
XYZ44.3868.921.79-
YUV194.1772.0390.79-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.77%
GREEN value IS 240 (94.14% from 255) = 50.31%
BLUE value IS 95 (37.5% from 255) = 19.92%
R=29.77%
G=50.31%
B=19.92%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal142240950.4100.600.06100.5582.8665.69
Hex8EF05F2903C6655342
Octal216360137510746145123102
Binary100011101111000010111111010010111100110110010110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EF05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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