#68DA68

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

Shades of Pastel Green #68DA68

Tints of Pastel Green #68DA68

Color information

#68DA68 (or 0x68DA68) is unknown color: approx Pastel Green. HEX triplet: 68, DA and 68. RGB value is (104,218,104). Sum of RGB (Red+Green+Blue) = 104+218+104=426 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.41% from 426); Green value is 218 (85.55% from 255 or 51.17% from 426); Blue value is 104 (41.02% from 255 or 24.41% from 426); Max value from RGB is 218 - color contains mainly: green. Hex color #68DA68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68DA68 is #972597. Grayscale: #ABABAB. Windows color (decimal): -9905560 or 6871656. OLE color: 6871656.

HSL color Cylindrical-coordinate representation of color #68DA68: hue angle of 120º 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 #68DA68 is Cyan = 0.52, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB104218104-
CMYK0.5200.520.15
HSL120º60.64%63.14%-
HSV(B)120º52.29%85.49%-
XYZ33.2854.0921.78-
YUV170.9290.2380.27-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.41%
GREEN value IS 218 (85.55% from 255) = 51.17%
BLUE value IS 104 (41.02% from 255) = 24.41%
R=24.41%
G=51.17%
B=24.41%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1042181040.5200.520.1512060.6463.14
Hex68DA6834034F783d3f
Octal15033215064064171707577
Binary1101000110110101101000110100011010011111111000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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