#8EEF60

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

Shades of Pastel Green #8EEF60

Tints of Pastel Green #8EEF60

Color information

#8EEF60 (or 0x8EEF60) is unknown color: approx Pastel Green. HEX triplet: 8E, EF and 60. RGB value is (142,239,96). Sum of RGB (Red+Green+Blue) = 142+239+96=477 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.77% from 477); Green value is 239 (93.75% from 255 or 50.10% from 477); Blue value is 96 (37.89% from 255 or 20.13% from 477); Max value from RGB is 239 - color contains mainly: green. Hex color #8EEF60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EEF60 is #71109F. Grayscale: #C2C2C2. Windows color (decimal): -7409824 or 6352782. OLE color: 6352782.

HSL color Cylindrical-coordinate representation of color #8EEF60: hue angle of 100.7º degrees, saturation: 0.82, 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 #8EEF60 is Cyan = 0.41, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB14223996-
CMYK0.4100.600.06
HSL100.7º81.71%65.69%-
HSV(B)100.7º59.83%93.73%-
XYZ44.1368.3321.93-
YUV193.6972.8691.13-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.77%
GREEN value IS 239 (93.75% from 255) = 50.10%
BLUE value IS 96 (37.89% from 255) = 20.13%
R=29.77%
G=50.10%
B=20.13%

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
Decimal142239960.4100.600.06100.781.7165.69
Hex8EEF602903C6655242
Octal216357140510746145122102
Binary100011101110111111000001010010111100110110010110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EEF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,239,96); }

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

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

 a { background-color: rgb(142,239,96); }

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

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

 span { border-color: rgb(142,239,96); }

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