#6DCA80

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

Shades of Pastel Green #6DCA80

Tints of Pastel Green #6DCA80

Color information

#6DCA80 (or 0x6DCA80) is unknown color: approx Pastel Green. HEX triplet: 6D, CA and 80. RGB value is (109,202,128). Sum of RGB (Red+Green+Blue) = 109+202+128=439 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.83% from 439); Green value is 202 (79.30% from 255 or 46.01% from 439); Blue value is 128 (50.39% from 255 or 29.16% from 439); Max value from RGB is 202 - color contains mainly: green. Hex color #6DCA80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DCA80 is #92357F. Grayscale: #A5A5A5. Windows color (decimal): -9581952 or 8440429. OLE color: 8440429.

HSL color Cylindrical-coordinate representation of color #6DCA80: hue angle of 132.26º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6DCA80 is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB109202128-
CMYK0.4600.370.21
HSL132.26º46.73%60.98%-
HSV(B)132.26º46.04%79.22%-
XYZ31.3247.0527.85-
YUV165.76106.6987.52-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.83%
GREEN value IS 202 (79.30% from 255) = 46.01%
BLUE value IS 128 (50.39% from 255) = 29.16%
R=24.83%
G=46.01%
B=29.16%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1092021280.4600.370.21132.2646.7360.98
Hex6DCA802E02515842f3d
Octal15531220056045252045775
Binary1101101110010101000000010111001001011010110000100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DCA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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