#68EF8E

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

Shades of Pastel Green #68EF8E

Tints of Pastel Green #68EF8E

Color information

#68EF8E (or 0x68EF8E) is unknown color: approx Pastel Green. HEX triplet: 68, EF and 8E. RGB value is (104,239,142). Sum of RGB (Red+Green+Blue) = 104+239+142=485 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.44% from 485); Green value is 239 (93.75% from 255 or 49.28% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 239 - color contains mainly: green. Hex color #68EF8E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EF8E is #971071. Grayscale: #BBBBBB. Windows color (decimal): -9900146 or 9367400. OLE color: 9367400.

HSL color Cylindrical-coordinate representation of color #68EF8E: hue angle of 136.89º 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 #68EF8E is Cyan = 0.56, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB104239142-
CMYK0.5600.410.06
HSL136.89º80.84%67.25%-
HSV(B)136.89º56.49%93.73%-
XYZ41.4666.6336.27-
YUV187.58102.2768.39-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1042391420.5600.410.06136.8980.8467.25
Hex68EF8E380296895143
Octal150357216700516211121103
Binary1101000111011111000111011100001010011101000100110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68EF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68EF8E; }

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

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

<style>
 a { background-color: #68EF8E; }

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

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

<style>
 span { border-color: #68EF8E; }

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

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