Html Css Color HEX #6EDD80 Pastel Green

📋 copy color: '#6EDD80'

red 110 ◦ green 221 ◦ blue 128

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

Shades of Pastel Green #6EDD80

Tints of Pastel Green #6EDD80

RGB

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

 GREEN value IS 221 (86.72% from 255) = 48.15%

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

R = 23.97%
G = 48.15%
B = 27.89%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#6EDD80 (or 0x6EDD80) is known color: Pastel Green. HEX triplet: 6E, DD and 80. RGB value is (110,221,128). Sum of RGB (Red+Green+Blue) = 110+221+128=459 (60% of max value = 765). Red value is 110 (43.36% from 255 or 23.97% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 128 (50.39% from 255 or 27.89% from 459); Max value from RGB is 221 - color contains mainly: green. Hex color #6EDD80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EDD80 is #91227F. Grayscale: #B1B1B1. Windows color (decimal): -9511552 or 8445294. OLE color: 8445294.

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

Color convert

RGB 110 221 128 -
CMYK 0.50 0 0.42 0.13
HSL 129.73º 0.62% 0.65% -
HSV(B) 129.73º 0.5% 0.87% -
XYZ 36.18 56.59 29.44 -
YUV 177.21 100.23 80.06 -
System Red Green Blue C M Y K H S L
Decimal 110 221 128 0.50 0 0.42 0.13 129.73 0.62 0.65
Hex 6E DD 80 32 0 2A D 82 3E 41
Octal 156 335 200 62 0 52 15 202 76 101
Binary 1101110 11011101 10000000 110010 0 101010 1101 10000010 111110 1000001

Color Harmonies of #6EDD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDD80

Black with #6EDD80

Text Example


Text Example

White with #6EDD80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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