Html Css Color HEX #80DD6D Pastel Green

📋 copy color: '#80DD6D'

red 128 ◦ green 221 ◦ blue 109

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

Shades of Pastel Green #80DD6D

Tints of Pastel Green #80DD6D

RGB

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

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

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

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

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#80DD6D (or 0x80DD6D) is known color: Pastel Green. HEX triplet: 80, DD and 6D. RGB value is (128,221,109). Sum of RGB (Red+Green+Blue) = 128+221+109=458 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.95% from 458); Green value is 221 (86.72% from 255 or 48.25% from 458); Blue value is 109 (42.97% from 255 or 23.80% from 458); Max value from RGB is 221 - color contains mainly: green. Hex color #80DD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DD6D is #7F2292. Grayscale: #B4B4B4. Windows color (decimal): -8331923 or 7200128. OLE color: 7200128.

HSL color Cylindrical-coordinate representation of color #80DD6D: hue angle of 109.82º 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 #80DD6D is Cyan = 0.42, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 221 109 -
CMYK 0.42 0 0.51 0.13
HSL 109.82º 0.62% 0.65% -
HSV(B) 109.82º 0.51% 0.87% -
XYZ 37.52 57.41 23.57 -
YUV 180.43 87.69 90.61 -
System Red Green Blue C M Y K H S L
Decimal 128 221 109 0.42 0 0.51 0.13 109.82 0.62 0.65
Hex 80 DD 6D 2A 0 33 D 6E 3E 41
Octal 200 335 155 52 0 63 15 156 76 101
Binary 10000000 11011101 1101101 101010 0 110011 1101 1101110 111110 1000001

Color Harmonies of #80DD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DD6D

Black with #80DD6D

Text Example


Text Example

White with #80DD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80DD6D; }

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

 H1.HeaderClassName
 {
   color: #80DD6D;
 }
 .AnyTagClassName
 {
   color: #80DD6D;
 }
</style>

background-color css

<style>
 a { background-color: #80DD6D; }

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

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

border-color css

<style>
 span { border-color: #80DD6D; }

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

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