#6ECD64

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

Shades of Pastel Green #6ECD64

Tints of Pastel Green #6ECD64

Color information

#6ECD64 (or 0x6ECD64) is unknown color: approx Pastel Green. HEX triplet: 6E, CD and 64. RGB value is (110,205,100). Sum of RGB (Red+Green+Blue) = 110+205+100=415 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.51% from 415); Green value is 205 (80.47% from 255 or 49.40% from 415); Blue value is 100 (39.45% from 255 or 24.10% from 415); Max value from RGB is 205 - color contains mainly: green. Hex color #6ECD64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ECD64 is #91329B. Grayscale: #A4A4A4. Windows color (decimal): -9515676 or 6606190. OLE color: 6606190.

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

Color convert

RGB110205100-
CMYK0.4600.510.20
HSL114.29º51.22%59.8%-
HSV(B)114.29º51.22%80.39%-
XYZ30.5647.919.69-
YUV164.6291.5389.04-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.51%
GREEN value IS 205 (80.47% from 255) = 49.40%
BLUE value IS 100 (39.45% from 255) = 24.10%
R=26.51%
G=49.40%
B=24.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1102051000.4600.510.20114.2951.2259.8
Hex6ECD642E0331472333c
Octal15631514456063241626374
Binary11011101100110111001001011100110011101001110010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ECD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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