#6EDE68

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

Shades of Pastel Green #6EDE68

Tints of Pastel Green #6EDE68

Color information

#6EDE68 (or 0x6EDE68) is unknown color: approx Pastel Green. HEX triplet: 6E, DE and 68. RGB value is (110,222,104). Sum of RGB (Red+Green+Blue) = 110+222+104=436 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.23% from 436); Green value is 222 (87.11% from 255 or 50.92% from 436); Blue value is 104 (41.02% from 255 or 23.85% from 436); Max value from RGB is 222 - color contains mainly: green. Hex color #6EDE68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EDE68 is #912197. Grayscale: #AFAFAF. Windows color (decimal): -9511320 or 6872686. OLE color: 6872686.

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

Color convert

RGB110222104-
CMYK0.5000.530.13
HSL116.95º64.13%63.92%-
HSV(B)116.95º53.15%87.06%-
XYZ35.0556.5622.17-
YUV175.0687.8981.59-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.23%
GREEN value IS 222 (87.11% from 255) = 50.92%
BLUE value IS 104 (41.02% from 255) = 23.85%
R=25.23%
G=50.92%
B=23.85%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1102221040.5000.530.13116.9564.1363.92
Hex6EDE6832035D754040
Octal1563361506206515165100100
Binary110111011011110110100011001001101011101111010110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EDE68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6EDE68; }

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

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

<style>
 a { background-color: #6EDE68; }

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

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

<style>
 span { border-color: #6EDE68; }

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

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