#68DA7D

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

Shades of Pastel Green #68DA7D

Tints of Pastel Green #68DA7D

Color information

#68DA7D (or 0x68DA7D) is unknown color: approx Pastel Green. HEX triplet: 68, DA and 7D. RGB value is (104,218,125). Sum of RGB (Red+Green+Blue) = 104+218+125=447 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.27% from 447); Green value is 218 (85.55% from 255 or 48.77% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 218 - color contains mainly: green. Hex color #68DA7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68DA7D is #972582. Grayscale: #ADADAD. Windows color (decimal): -9905539 or 8247912. OLE color: 8247912.

HSL color Cylindrical-coordinate representation of color #68DA7D: hue angle of 131.05º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68DA7D is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB104218125-
CMYK0.5200.430.15
HSL131.05º60.64%63.14%-
HSV(B)131.05º52.29%85.49%-
XYZ34.4854.5728.12-
YUV173.31100.7378.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.27%
GREEN value IS 218 (85.55% from 255) = 48.77%
BLUE value IS 125 (49.22% from 255) = 27.96%
R=23.27%
G=48.77%
B=27.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1042181250.5200.430.15131.0560.6463.14
Hex68DA7D3402BF833d3f
Octal15033217564053172037577
Binary11010001101101011111011101000101011111110000011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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