#6ECD6C

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

Shades of Pastel Green #6ECD6C

Tints of Pastel Green #6ECD6C

Color information

#6ECD6C (or 0x6ECD6C) is unknown color: approx Pastel Green. HEX triplet: 6E, CD and 6C. RGB value is (110,205,108). Sum of RGB (Red+Green+Blue) = 110+205+108=423 (56% of max value = 765). Red value is 110 (43.36% from 255 or 26.00% from 423); Green value is 205 (80.47% from 255 or 48.46% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 205 - color contains mainly: green. Hex color #6ECD6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ECD6C is #913293. Grayscale: #A5A5A5. Windows color (decimal): -9515668 or 7130478. OLE color: 7130478.

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

Color convert

RGB110205108-
CMYK0.4600.470.20
HSL118.76º49.24%61.37%-
HSV(B)118.76º47.32%80.39%-
XYZ30.9748.0621.83-
YUV165.5495.5388.39-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.00%
GREEN value IS 205 (80.47% from 255) = 48.46%
BLUE value IS 108 (42.58% from 255) = 25.53%
R=26.00%
G=48.46%
B=25.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1102051080.4600.470.20118.7649.2461.37
Hex6ECD6C2E02F1477313d
Octal15631515456057241676175
Binary11011101100110111011001011100101111101001110111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ECD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,205,108); }

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

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

 a { background-color: rgb(110,205,108); }

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

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

 span { border-color: rgb(110,205,108); }

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