#68E981

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

Shades of Pastel Green #68E981

Tints of Pastel Green #68E981

Color information

#68E981 (or 0x68E981) is unknown color: approx Pastel Green. HEX triplet: 68, E9 and 81. RGB value is (104,233,129). Sum of RGB (Red+Green+Blue) = 104+233+129=466 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.32% from 466); Green value is 233 (91.41% from 255 or 50% from 466); Blue value is 129 (50.78% from 255 or 27.68% from 466); Max value from RGB is 233 - color contains mainly: green. Hex color #68E981 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68E981 is #97167E. Grayscale: #B6B6B6. Windows color (decimal): -9901695 or 8513896. OLE color: 8513896.

HSL color Cylindrical-coordinate representation of color #68E981: hue angle of 131.63º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68E981 is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB104233129-
CMYK0.5500.450.09
HSL131.63º74.57%66.08%-
HSV(B)131.63º55.36%91.37%-
XYZ38.8162.8130.85-
YUV182.5797.7671.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.32%
GREEN value IS 233 (91.41% from 255) = 50%
BLUE value IS 129 (50.78% from 255) = 27.68%
R=22.32%
G=50%
B=27.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1042331290.5500.450.09131.6374.5766.08
Hex68E9813702D9844b42
Octal1503512016705511204113102
Binary11010001110100110000001110111010110110011000010010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68E981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,233,129); }

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

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

 a { background-color: rgb(104,233,129); }

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

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

 span { border-color: rgb(104,233,129); }

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