#6ECD70

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

Shades of Pastel Green #6ECD70

Tints of Pastel Green #6ECD70

Color information

#6ECD70 (or 0x6ECD70) is unknown color: approx Pastel Green. HEX triplet: 6E, CD and 70. RGB value is (110,205,112). Sum of RGB (Red+Green+Blue) = 110+205+112=427 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.76% from 427); Green value is 205 (80.47% from 255 or 48.01% from 427); Blue value is 112 (44.14% from 255 or 26.23% from 427); Max value from RGB is 205 - color contains mainly: green. Hex color #6ECD70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ECD70 is #91328F. Grayscale: #A6A6A6. Windows color (decimal): -9515664 or 7392622. OLE color: 7392622.

HSL color Cylindrical-coordinate representation of color #6ECD70: hue angle of 121.26º degrees, saturation: 0.49, 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 #6ECD70 is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB110205112-
CMYK0.4600.450.20
HSL121.26º48.72%61.76%-
HSV(B)121.26º46.34%80.39%-
XYZ31.1948.1522.98-
YUV165.9997.5388.06-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.76%
GREEN value IS 205 (80.47% from 255) = 48.01%
BLUE value IS 112 (44.14% from 255) = 26.23%
R=25.76%
G=48.01%
B=26.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1102051120.4600.450.20121.2648.7261.76
Hex6ECD702E02D1479313e
Octal15631516056055241716176
Binary11011101100110111100001011100101101101001111001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ECD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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