#8EEF68

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

Shades of Pastel Green #8EEF68

Tints of Pastel Green #8EEF68

Color information

#8EEF68 (or 0x8EEF68) is unknown color: approx Pastel Green. HEX triplet: 8E, EF and 68. RGB value is (142,239,104). Sum of RGB (Red+Green+Blue) = 142+239+104=485 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.28% from 485); Green value is 239 (93.75% from 255 or 49.28% from 485); Blue value is 104 (41.02% from 255 or 21.44% from 485); Max value from RGB is 239 - color contains mainly: green. Hex color #8EEF68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EEF68 is #711097. Grayscale: #C3C3C3. Windows color (decimal): -7409816 or 6877070. OLE color: 6877070.

HSL color Cylindrical-coordinate representation of color #8EEF68: hue angle of 103.11º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8EEF68 is Cyan = 0.41, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB142239104-
CMYK0.4100.560.06
HSL103.11º80.84%67.25%-
HSV(B)103.11º56.49%93.73%-
XYZ44.5268.4823.97-
YUV194.6176.8690.48-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.28%
GREEN value IS 239 (93.75% from 255) = 49.28%
BLUE value IS 104 (41.02% from 255) = 21.44%
R=29.28%
G=49.28%
B=21.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1422391040.4100.560.06103.1180.8467.25
Hex8EEF68290386675143
Octal216357150510706147121103
Binary100011101110111111010001010010111000110110011110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EEF68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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