#6DEA80

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

Shades of Pastel Green #6DEA80

Tints of Pastel Green #6DEA80

Color information

#6DEA80 (or 0x6DEA80) is unknown color: approx Pastel Green. HEX triplet: 6D, EA and 80. RGB value is (109,234,128). Sum of RGB (Red+Green+Blue) = 109+234+128=471 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.14% from 471); Green value is 234 (91.80% from 255 or 49.68% from 471); Blue value is 128 (50.39% from 255 or 27.18% from 471); Max value from RGB is 234 - color contains mainly: green. Hex color #6DEA80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6DEA80 is #92157F. Grayscale: #B8B8B8. Windows color (decimal): -9573760 or 8448621. OLE color: 8448621.

HSL color Cylindrical-coordinate representation of color #6DEA80: hue angle of 129.12º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DEA80 is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB109234128-
CMYK0.5300.450.08
HSL129.12º74.85%67.25%-
HSV(B)129.12º53.42%91.76%-
XYZ39.6363.6630.62-
YUV184.5496.0974.12-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.14%
GREEN value IS 234 (91.80% from 255) = 49.68%
BLUE value IS 128 (50.39% from 255) = 27.18%
R=23.14%
G=49.68%
B=27.18%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1092341280.5300.450.08129.1274.8567.25
Hex6DEA803502D8814b43
Octal1553522006505510201113103
Binary11011011110101010000000110101010110110001000000110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DEA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,234,128); }

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

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

 a { background-color: rgb(109,234,128); }

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

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

 span { border-color: rgb(109,234,128); }

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