#80DE7E

Color #80DE7E Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #80DE7E

Tints of Pastel Green #80DE7E

Color information

#80DE7E (or 0x80DE7E) is unknown color: approx Pastel Green. HEX triplet: 80, DE and 7E. RGB value is (128,222,126). Sum of RGB (Red+Green+Blue) = 128+222+126=476 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.89% from 476); Green value is 222 (87.11% from 255 or 46.64% from 476); Blue value is 126 (49.61% from 255 or 26.47% from 476); Max value from RGB is 222 - color contains mainly: green. Hex color #80DE7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DE7E is #7F2181. Grayscale: #B7B7B7. Windows color (decimal): -8331650 or 8314496. OLE color: 8314496.

HSL color Cylindrical-coordinate representation of color #80DE7E: hue angle of 118.75º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80DE7E is Cyan = 0.42, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB128222126-
CMYK0.4200.430.13
HSL118.75º59.26%68.24%-
HSV(B)118.75º43.24%87.06%-
XYZ38.7958.3428.95-
YUV182.9595.8688.81-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.89%
GREEN value IS 222 (87.11% from 255) = 46.64%
BLUE value IS 126 (49.61% from 255) = 26.47%
R=26.89%
G=46.64%
B=26.47%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1282221260.4200.430.13118.7559.2668.24
Hex80DE7E2A02BD773b44
Octal200336176520531516773104
Binary100000001101111011111101010100101011110111101111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DE7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,222,126); }

 H1.HeaderClassName
 {
   color: #80DE7E;
 }
 .AnyTagClassName
 {
   color: #80DE7E;
 }
</style>
background-color css

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

 a { background-color: rgb(128,222,126); }

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

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

 span { border-color: rgb(128,222,126); }

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