#8EF765

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

Shades of Pastel Green #8EF765

Tints of Pastel Green #8EF765

Color information

#8EF765 (or 0x8EF765) is unknown color: approx Pastel Green. HEX triplet: 8E, F7 and 65. RGB value is (142,247,101). Sum of RGB (Red+Green+Blue) = 142+247+101=490 (64% of max value = 765). Red value is 142 (55.86% from 255 or 28.98% from 490); Green value is 247 (96.88% from 255 or 50.41% from 490); Blue value is 101 (39.84% from 255 or 20.61% from 490); Max value from RGB is 247 - color contains mainly: green. Hex color #8EF765 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EF765 is #71089A. Grayscale: #C7C7C7. Windows color (decimal): -7407771 or 6682510. OLE color: 6682510.

HSL color Cylindrical-coordinate representation of color #8EF765: hue angle of 103.15º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8EF765 is Cyan = 0.43, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.

Color convert

RGB142247101-
CMYK0.4300.590.03
HSL103.15º90.12%68.24%-
HSV(B)103.15º59.11%96.86%-
XYZ46.7773.2123.98-
YUV198.9672.7187.37-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.98%
GREEN value IS 247 (96.88% from 255) = 50.41%
BLUE value IS 101 (39.84% from 255) = 20.61%
R=28.98%
G=50.41%
B=20.61%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1422471010.4300.590.03103.1590.1268.24
Hex8EF7652B03B3675a44
Octal216367145530733147132104
Binary10001110111101111100101101011011101111110011110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EF765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,247,101); }

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

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

 a { background-color: rgb(142,247,101); }

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

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

 span { border-color: rgb(142,247,101); }

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