Html Css Color HEX #6ED980 Pastel Green

📋 copy color: '#6ED980'

red 110 ◦ green 217 ◦ blue 128

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

Shades of Pastel Green #6ED980

Tints of Pastel Green #6ED980

RGB

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

 GREEN value IS 217 (85.16% from 255) = 47.69%

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

R = 24.18%
G = 47.69%
B = 28.13%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#6ED980 (or 0x6ED980) is known color: Pastel Green. HEX triplet: 6E, D9 and 80. RGB value is (110,217,128). Sum of RGB (Red+Green+Blue) = 110+217+128=455 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.18% from 455); Green value is 217 (85.16% from 255 or 47.69% from 455); Blue value is 128 (50.39% from 255 or 28.13% from 455); Max value from RGB is 217 - color contains mainly: green. Hex color #6ED980 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ED980 is #91267F. Grayscale: #AFAFAF. Windows color (decimal): -9512576 or 8444270. OLE color: 8444270.

HSL color Cylindrical-coordinate representation of color #6ED980: hue angle of 130.09º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ED980 is Cyan = 0.49, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 110 217 128 -
CMYK 0.49 0 0.41 0.15
HSL 130.09º 0.58% 0.64% -
HSV(B) 130.09º 0.49% 0.85% -
XYZ 35.14 54.5 29.09 -
YUV 174.86 101.55 81.74 -
System Red Green Blue C M Y K H S L
Decimal 110 217 128 0.49 0 0.41 0.15 130.09 0.58 0.64
Hex 6E D9 80 31 0 29 F 82 3A 40
Octal 156 331 200 61 0 51 17 202 72 100
Binary 1101110 11011001 10000000 110001 0 101001 1111 10000010 111010 1000000

Color Harmonies of #6ED980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED980

Black with #6ED980

Text Example


Text Example

White with #6ED980

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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