#68E67D

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

Shades of Pastel Green #68E67D

Tints of Pastel Green #68E67D

Color information

#68E67D (or 0x68E67D) is unknown color: approx Pastel Green. HEX triplet: 68, E6 and 7D. RGB value is (104,230,125). Sum of RGB (Red+Green+Blue) = 104+230+125=459 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.66% from 459); Green value is 230 (90.23% from 255 or 50.11% from 459); Blue value is 125 (49.22% from 255 or 27.23% from 459); Max value from RGB is 230 - color contains mainly: green. Hex color #68E67D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #68E67D is #971982. Grayscale: #B4B4B4. Windows color (decimal): -9902467 or 8250984. OLE color: 8250984.

HSL color Cylindrical-coordinate representation of color #68E67D: hue angle of 130º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68E67D is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB104230125-
CMYK0.5500.460.10
HSL130º71.59%65.49%-
HSV(B)130º54.78%90.2%-
XYZ37.7161.0229.19-
YUV180.3696.7673.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.66%
GREEN value IS 230 (90.23% from 255) = 50.11%
BLUE value IS 125 (49.22% from 255) = 27.23%
R=22.66%
G=50.11%
B=27.23%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1042301250.5500.460.1013071.5965.49
Hex68E67D3702EA824841
Octal1503461756705612202110101
Binary1101000111001101111101110111010111010101000001010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68E67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,230,125); }

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

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

 a { background-color: rgb(104,230,125); }

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

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

 span { border-color: rgb(104,230,125); }

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