#6DED86

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

Shades of Pastel Green #6DED86

Tints of Pastel Green #6DED86

Color information

#6DED86 (or 0x6DED86) is unknown color: approx Pastel Green. HEX triplet: 6D, ED and 86. RGB value is (109,237,134). Sum of RGB (Red+Green+Blue) = 109+237+134=480 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.71% from 480); Green value is 237 (92.97% from 255 or 49.38% from 480); Blue value is 134 (52.73% from 255 or 27.92% from 480); Max value from RGB is 237 - color contains mainly: green. Hex color #6DED86 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6DED86 is #921279. Grayscale: #BBBBBB. Windows color (decimal): -9572986 or 8842605. OLE color: 8842605.

HSL color Cylindrical-coordinate representation of color #6DED86: hue angle of 131.72º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DED86 is Cyan = 0.54, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB109237134-
CMYK0.5400.430.07
HSL131.72º78.05%67.84%-
HSV(B)131.72º54.01%92.94%-
XYZ40.8965.5433.05-
YUV186.9998.0972.38-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.71%
GREEN value IS 237 (92.97% from 255) = 49.38%
BLUE value IS 134 (52.73% from 255) = 27.92%
R=22.71%
G=49.38%
B=27.92%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1092371340.5400.430.07131.7278.0567.84
Hex6DED863602B7844e44
Octal155355206660537204116104
Binary1101101111011011000011011011001010111111000010010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DED86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,237,134); }

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

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

 a { background-color: rgb(109,237,134); }

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

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

 span { border-color: rgb(109,237,134); }

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