#68DD64

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

Shades of Pastel Green #68DD64

Tints of Pastel Green #68DD64

Color information

#68DD64 (or 0x68DD64) is unknown color: approx Pastel Green. HEX triplet: 68, DD and 64. RGB value is (104,221,100). Sum of RGB (Red+Green+Blue) = 104+221+100=425 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.47% from 425); Green value is 221 (86.72% from 255 or 52% from 425); Blue value is 100 (39.45% from 255 or 23.53% from 425); Max value from RGB is 221 - color contains mainly: green. Hex color #68DD64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68DD64 is #97229B. Grayscale: #ACACAC. Windows color (decimal): -9904796 or 6610280. OLE color: 6610280.

HSL color Cylindrical-coordinate representation of color #68DD64: hue angle of 118.02º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68DD64 is Cyan = 0.53, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB104221100-
CMYK0.5300.550.13
HSL118.02º64.02%62.94%-
HSV(B)118.02º54.75%86.67%-
XYZ33.8755.5821-
YUV172.2287.2479.34-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.47%
GREEN value IS 221 (86.72% from 255) = 52%
BLUE value IS 100 (39.45% from 255) = 23.53%
R=24.47%
G=52%
B=23.53%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1042211000.5300.550.13118.0264.0262.94
Hex68DD6435037D76403f
Octal150335144650671516610077
Binary11010001101110111001001101010110111110111101101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,221,100); }

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

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

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

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

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

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

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