Html Css Color HEX #80DD6E Pastel Green

📋 copy color: '#80DD6E'

red 128 ◦ green 221 ◦ blue 110

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

Shades of Pastel Green #80DD6E

Tints of Pastel Green #80DD6E

RGB

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

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

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

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

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#80DD6E (or 0x80DD6E) is known color: Pastel Green. HEX triplet: 80, DD and 6E. RGB value is (128,221,110). Sum of RGB (Red+Green+Blue) = 128+221+110=459 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.89% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 110 (43.36% from 255 or 23.97% from 459); Max value from RGB is 221 - color contains mainly: green. Hex color #80DD6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DD6E is #7F2291. Grayscale: #B4B4B4. Windows color (decimal): -8331922 or 7265664. OLE color: 7265664.

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

Color convert

RGB 128 221 110 -
CMYK 0.42 0 0.50 0.13
HSL 110.27º 0.62% 0.65% -
HSV(B) 110.27º 0.5% 0.87% -
XYZ 37.57 57.43 23.86 -
YUV 180.54 88.19 90.53 -
System Red Green Blue C M Y K H S L
Decimal 128 221 110 0.42 0 0.50 0.13 110.27 0.62 0.65
Hex 80 DD 6E 2A 0 32 D 6E 3E 41
Octal 200 335 156 52 0 62 15 156 76 101
Binary 10000000 11011101 1101110 101010 0 110010 1101 1101110 111110 1000001

Color Harmonies of #80DD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DD6E

Black with #80DD6E

Text Example


Text Example

White with #80DD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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