#68EF8F

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

Shades of Pastel Green #68EF8F

Tints of Pastel Green #68EF8F

Color information

#68EF8F (or 0x68EF8F) is unknown color: approx Pastel Green. HEX triplet: 68, EF and 8F. RGB value is (104,239,143). Sum of RGB (Red+Green+Blue) = 104+239+143=486 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.40% from 486); Green value is 239 (93.75% from 255 or 49.18% from 486); Blue value is 143 (56.25% from 255 or 29.42% from 486); Max value from RGB is 239 - color contains mainly: green. Hex color #68EF8F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EF8F is #971070. Grayscale: #BBBBBB. Windows color (decimal): -9900145 or 9432936. OLE color: 9432936.

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

Color convert

RGB104239143-
CMYK0.5600.400.06
HSL137.33º80.84%67.25%-
HSV(B)137.33º56.49%93.73%-
XYZ41.5366.6636.66-
YUV187.69102.7768.31-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.40%
GREEN value IS 239 (93.75% from 255) = 49.18%
BLUE value IS 143 (56.25% from 255) = 29.42%
R=21.40%
G=49.18%
B=29.42%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1042391430.5600.400.06137.3380.8467.25
Hex68EF8F380286895143
Octal150357217700506211121103
Binary1101000111011111000111111100001010001101000100110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68EF8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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