#6DED7A

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

Shades of Pastel Green #6DED7A

Tints of Pastel Green #6DED7A

Color information

#6DED7A (or 0x6DED7A) is unknown color: approx Pastel Green. HEX triplet: 6D, ED and 7A. RGB value is (109,237,122). Sum of RGB (Red+Green+Blue) = 109+237+122=468 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.29% from 468); Green value is 237 (92.97% from 255 or 50.64% from 468); Blue value is 122 (48.05% from 255 or 26.07% from 468); Max value from RGB is 237 - color contains mainly: green. Hex color #6DED7A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6DED7A is #921285. Grayscale: #B9B9B9. Windows color (decimal): -9572998 or 8056173. OLE color: 8056173.

HSL color Cylindrical-coordinate representation of color #6DED7A: hue angle of 126.09º 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 #6DED7A is Cyan = 0.54, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB109237122-
CMYK0.5400.490.07
HSL126.09º78.05%67.84%-
HSV(B)126.09º54.01%92.94%-
XYZ40.165.2228.89-
YUV185.6292.0973.35-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.29%
GREEN value IS 237 (92.97% from 255) = 50.64%
BLUE value IS 122 (48.05% from 255) = 26.07%
R=23.29%
G=50.64%
B=26.07%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1092371220.5400.490.07126.0978.0567.84
Hex6DED7A3603177e4e44
Octal155355172660617176116104
Binary11011011110110111110101101100110001111111111010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DED7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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