Html Css Color HEX #6ED780 Pastel Green

📋 copy color: '#6ED780'

red 110 ◦ green 215 ◦ blue 128

#6ED780
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pastel Green #6ED780

Tints of Pastel Green #6ED780

RGB

 RED value IS 110 (43.36% from 255) = 24.28%

 GREEN value IS 215 (84.38% from 255) = 47.46%

 BLUE value IS 128 (50.39% from 255) = 28.26%

R = 24.28%
G = 47.46%
B = 28.26%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#6ED780 (or 0x6ED780) is known color: Pastel Green. HEX triplet: 6E, D7 and 80. RGB value is (110,215,128). Sum of RGB (Red+Green+Blue) = 110+215+128=453 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.28% from 453); Green value is 215 (84.38% from 255 or 47.46% from 453); Blue value is 128 (50.39% from 255 or 28.26% from 453); Max value from RGB is 215 - color contains mainly: green. Hex color #6ED780 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ED780 is #91287F. Grayscale: #ADADAD. Windows color (decimal): -9513088 or 8443758. OLE color: 8443758.

HSL color Cylindrical-coordinate representation of color #6ED780: hue angle of 130.29º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ED780 is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 110 215 128 -
CMYK 0.49 0 0.40 0.16
HSL 130.29º 0.57% 0.64% -
HSV(B) 130.29º 0.49% 0.84% -
XYZ 34.63 53.47 28.92 -
YUV 173.69 102.21 82.57 -
System Red Green Blue C M Y K H S L
Decimal 110 215 128 0.49 0 0.40 0.16 130.29 0.57 0.64
Hex 6E D7 80 31 0 28 10 82 39 40
Octal 156 327 200 61 0 50 20 202 71 100
Binary 1101110 11010111 10000000 110001 0 101000 10000 10000010 111001 1000000

Color Harmonies of #6ED780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED780

Black with #6ED780

Text Example


Text Example

White with #6ED780

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6ED780;
 }
 .AnyTagClassName
 {
   color: #6ED780;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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