Html Css Color HEX #6EDC80 Pastel Green

📋 copy color: '#6EDC80'

red 110 ◦ green 220 ◦ blue 128

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

Shades of Pastel Green #6EDC80

Tints of Pastel Green #6EDC80

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.03%

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

R = 24.02%
G = 48.03%
B = 27.95%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#6EDC80 (or 0x6EDC80) is known color: Pastel Green. HEX triplet: 6E, DC and 80. RGB value is (110,220,128). Sum of RGB (Red+Green+Blue) = 110+220+128=458 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.02% from 458); Green value is 220 (86.33% from 255 or 48.03% from 458); Blue value is 128 (50.39% from 255 or 27.95% from 458); Max value from RGB is 220 - color contains mainly: green. Hex color #6EDC80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EDC80 is #91237F. Grayscale: #B0B0B0. Windows color (decimal): -9511808 or 8445038. OLE color: 8445038.

HSL color Cylindrical-coordinate representation of color #6EDC80: hue angle of 129.82º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDC80 is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 220 128 -
CMYK 0.50 0 0.42 0.14
HSL 129.82º 0.61% 0.65% -
HSV(B) 129.82º 0.5% 0.86% -
XYZ 35.92 56.06 29.35 -
YUV 176.62 100.56 80.48 -
System Red Green Blue C M Y K H S L
Decimal 110 220 128 0.50 0 0.42 0.14 129.82 0.61 0.65
Hex 6E DC 80 32 0 2A E 82 3D 41
Octal 156 334 200 62 0 52 16 202 75 101
Binary 1101110 11011100 10000000 110010 0 101010 1110 10000010 111101 1000001

Color Harmonies of #6EDC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDC80

Black with #6EDC80

Text Example


Text Example

White with #6EDC80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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