#68E064

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

Shades of Pastel Green #68E064

Tints of Pastel Green #68E064

Color information

#68E064 (or 0x68E064) is unknown color: approx Pastel Green. HEX triplet: 68, E0 and 64. RGB value is (104,224,100). Sum of RGB (Red+Green+Blue) = 104+224+100=428 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.30% from 428); Green value is 224 (87.89% from 255 or 52.34% from 428); Blue value is 100 (39.45% from 255 or 23.36% from 428); Max value from RGB is 224 - color contains mainly: green. Hex color #68E064 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68E064 is #971F9B. Grayscale: #AEAEAE. Windows color (decimal): -9904028 or 6611048. OLE color: 6611048.

HSL color Cylindrical-coordinate representation of color #68E064: hue angle of 118.06º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68E064 is Cyan = 0.54, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB104224100-
CMYK0.5400.550.12
HSL118.06º66.67%63.53%-
HSV(B)118.06º55.36%87.84%-
XYZ34.6657.1721.27-
YUV173.9886.2478.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.30%
GREEN value IS 224 (87.89% from 255) = 52.34%
BLUE value IS 100 (39.45% from 255) = 23.36%
R=24.30%
G=52.34%
B=23.36%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1042241000.5400.550.12118.0666.6763.53
Hex68E06436037C764340
Octal1503401446606714166103100
Binary110100011100000110010011011001101111100111011010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68E064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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