#6DCD80

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

Shades of Pastel Green #6DCD80

Tints of Pastel Green #6DCD80

Color information

#6DCD80 (or 0x6DCD80) is unknown color: approx Pastel Green. HEX triplet: 6D, CD and 80. RGB value is (109,205,128). Sum of RGB (Red+Green+Blue) = 109+205+128=442 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.66% from 442); Green value is 205 (80.47% from 255 or 46.38% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 205 - color contains mainly: green. Hex color #6DCD80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DCD80 is #92327F. Grayscale: #A7A7A7. Windows color (decimal): -9581184 or 8441197. OLE color: 8441197.

HSL color Cylindrical-coordinate representation of color #6DCD80: hue angle of 131.88º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DCD80 is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB109205128-
CMYK0.4700.380.20
HSL131.88º48.98%61.57%-
HSV(B)131.88º46.83%80.39%-
XYZ32.0348.4728.09-
YUV167.52105.786.26-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.66%
GREEN value IS 205 (80.47% from 255) = 46.38%
BLUE value IS 128 (50.39% from 255) = 28.96%
R=24.66%
G=46.38%
B=28.96%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1092051280.4700.380.20131.8848.9861.57
Hex6DCD802F0261484313e
Octal15531520057046242046176
Binary1101101110011011000000010111101001101010010000100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DCD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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