#6DDC80

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

Shades of Pastel Green #6DDC80

Tints of Pastel Green #6DDC80

Color information

#6DDC80 (or 0x6DDC80) is unknown color: approx Pastel Green. HEX triplet: 6D, DC and 80. RGB value is (109,220,128). Sum of RGB (Red+Green+Blue) = 109+220+128=457 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.85% from 457); Green value is 220 (86.33% from 255 or 48.14% from 457); Blue value is 128 (50.39% from 255 or 28.01% from 457); Max value from RGB is 220 - color contains mainly: green. Hex color #6DDC80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DDC80 is #92237F. Grayscale: #B0B0B0. Windows color (decimal): -9577344 or 8445037. OLE color: 8445037.

HSL color Cylindrical-coordinate representation of color #6DDC80: hue angle of 130.27º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DDC80 is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB109220128-
CMYK0.5000.420.14
HSL130.27º61.33%64.51%-
HSV(B)130.27º50.45%86.27%-
XYZ35.85629.34-
YUV176.32100.7379.98-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.85%
GREEN value IS 220 (86.33% from 255) = 48.14%
BLUE value IS 128 (50.39% from 255) = 28.01%
R=23.85%
G=48.14%
B=28.01%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1092201280.5000.420.14130.2761.3364.51
Hex6DDC803202AE823d41
Octal155334200620521620275101
Binary1101101110111001000000011001001010101110100000101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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