#68DE64

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

Shades of Pastel Green #68DE64

Tints of Pastel Green #68DE64

Color information

#68DE64 (or 0x68DE64) is unknown color: approx Pastel Green. HEX triplet: 68, DE and 64. RGB value is (104,222,100). Sum of RGB (Red+Green+Blue) = 104+222+100=426 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.41% from 426); Green value is 222 (87.11% from 255 or 52.11% from 426); Blue value is 100 (39.45% from 255 or 23.47% from 426); Max value from RGB is 222 - color contains mainly: green. Hex color #68DE64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68DE64 is #97219B. Grayscale: #ADADAD. Windows color (decimal): -9904540 or 6610536. OLE color: 6610536.

HSL color Cylindrical-coordinate representation of color #68DE64: hue angle of 118.03º degrees, saturation: 0.65, 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 #68DE64 is Cyan = 0.53, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB104222100-
CMYK0.5300.550.13
HSL118.03º64.89%63.14%-
HSV(B)118.03º54.95%87.06%-
XYZ34.1356.1121.09-
YUV172.8186.9178.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.41%
GREEN value IS 222 (87.11% from 255) = 52.11%
BLUE value IS 100 (39.45% from 255) = 23.47%
R=24.41%
G=52.11%
B=23.47%

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
Decimal1042221000.5300.550.13118.0364.8963.14
Hex68DE6435037D76413f
Octal150336144650671516610177
Binary11010001101111011001001101010110111110111101101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DE64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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