Html Css Color HEX #6DDD80 Pastel Green

📋 copy color: '#6DDD80'

red 109 ◦ green 221 ◦ blue 128

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

Shades of Pastel Green #6DDD80

Tints of Pastel Green #6DDD80

RGB

 RED value IS 109 (42.97% from 255) = 23.8%

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

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

R = 23.8%
G = 48.25%
B = 27.95%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#6DDD80 (or 0x6DDD80) is known color: Pastel Green. HEX triplet: 6D, DD and 80. RGB value is (109,221,128). Sum of RGB (Red+Green+Blue) = 109+221+128=458 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.80% from 458); Green value is 221 (86.72% from 255 or 48.25% from 458); Blue value is 128 (50.39% from 255 or 27.95% from 458); Max value from RGB is 221 - color contains mainly: green. Hex color #6DDD80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DDD80 is #92227F. Grayscale: #B1B1B1. Windows color (decimal): -9577088 or 8445293. OLE color: 8445293.

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

Color convert

RGB 109 221 128 -
CMYK 0.51 0 0.42 0.13
HSL 130.18º 0.62% 0.65% -
HSV(B) 130.18º 0.51% 0.87% -
XYZ 36.06 56.52 29.43 -
YUV 176.91 100.39 79.56 -
System Red Green Blue C M Y K H S L
Decimal 109 221 128 0.51 0 0.42 0.13 130.18 0.62 0.65
Hex 6D DD 80 33 0 2A D 82 3E 41
Octal 155 335 200 63 0 52 15 202 76 101
Binary 1101101 11011101 10000000 110011 0 101010 1101 10000010 111110 1000001

Color Harmonies of #6DDD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DDD80

Black with #6DDD80

Text Example


Text Example

White with #6DDD80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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