#6DDC7F

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

Shades of Pastel Green #6DDC7F

Tints of Pastel Green #6DDC7F

Color information

#6DDC7F (or 0x6DDC7F) is unknown color: approx Pastel Green. HEX triplet: 6D, DC and 7F. RGB value is (109,220,127). Sum of RGB (Red+Green+Blue) = 109+220+127=456 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.90% from 456); Green value is 220 (86.33% from 255 or 48.25% from 456); Blue value is 127 (50% from 255 or 27.85% from 456); Max value from RGB is 220 - color contains mainly: green. Hex color #6DDC7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DDC7F is #922380. Grayscale: #B0B0B0. Windows color (decimal): -9577345 or 8379501. OLE color: 8379501.

HSL color Cylindrical-coordinate representation of color #6DDC7F: hue angle of 129.73º 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 #6DDC7F is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB109220127-
CMYK0.5000.420.14
HSL129.73º61.33%64.51%-
HSV(B)129.73º50.45%86.27%-
XYZ35.7355.9729-
YUV176.21100.2380.06-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.90%
GREEN value IS 220 (86.33% from 255) = 48.25%
BLUE value IS 127 (50% from 255) = 27.85%
R=23.90%
G=48.25%
B=27.85%

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
Decimal1092201270.5000.420.14129.7361.3364.51
Hex6DDC7F3202AE823d41
Octal155334177620521620275101
Binary110110111011100111111111001001010101110100000101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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