#6ECC80

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

Shades of Pastel Green #6ECC80

Tints of Pastel Green #6ECC80

Color information

#6ECC80 (or 0x6ECC80) is unknown color: approx Pastel Green. HEX triplet: 6E, CC and 80. RGB value is (110,204,128). Sum of RGB (Red+Green+Blue) = 110+204+128=442 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.89% from 442); Green value is 204 (80.08% from 255 or 46.15% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 204 - color contains mainly: green. Hex color #6ECC80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ECC80 is #91337F. Grayscale: #A7A7A7. Windows color (decimal): -9515904 or 8440942. OLE color: 8440942.

HSL color Cylindrical-coordinate representation of color #6ECC80: hue angle of 131.49º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6ECC80 is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB110204128-
CMYK0.4600.370.2
HSL131.49º47.96%61.57%-
HSV(B)131.49º46.08%80%-
XYZ31.9248.0628.02-
YUV167.23105.8687.18-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.89%
GREEN value IS 204 (80.08% from 255) = 46.15%
BLUE value IS 128 (50.39% from 255) = 28.96%
R=24.89%
G=46.15%
B=28.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1102041280.4600.370.2131.4947.9661.57
Hex6ECC802E0251483303e
Octal15631420056045242036076
Binary1101110110011001000000010111001001011010010000011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ECC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,204,128); }

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

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

 a { background-color: rgb(110,204,128); }

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

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

 span { border-color: rgb(110,204,128); }

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