#80ED7D

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

Shades of Pastel Green #80ED7D

Tints of Pastel Green #80ED7D

Color information

#80ED7D (or 0x80ED7D) is unknown color: approx Pastel Green. HEX triplet: 80, ED and 7D. RGB value is (128,237,125). Sum of RGB (Red+Green+Blue) = 128+237+125=490 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.12% from 490); Green value is 237 (92.97% from 255 or 48.37% from 490); Blue value is 125 (49.22% from 255 or 25.51% from 490); Max value from RGB is 237 - color contains mainly: green. Hex color #80ED7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80ED7D is #7F1282. Grayscale: #BFBFBF. Windows color (decimal): -8327811 or 8252800. OLE color: 8252800.

HSL color Cylindrical-coordinate representation of color #80ED7D: hue angle of 118.39º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80ED7D is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB128237125-
CMYK0.4600.470.07
HSL118.39º75.68%70.98%-
HSV(B)118.39º47.26%92.94%-
XYZ42.8966.6430-
YUV191.6490.3982.61-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.12%
GREEN value IS 237 (92.97% from 255) = 48.37%
BLUE value IS 125 (49.22% from 255) = 25.51%
R=26.12%
G=48.37%
B=25.51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1282371250.4600.470.07118.3975.6870.98
Hex80ED7D2E02F7764c47
Octal200355175560577166114107
Binary100000001110110111111011011100101111111111011010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80ED7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,237,125); }

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

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

 a { background-color: rgb(128,237,125); }

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

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

 span { border-color: rgb(128,237,125); }

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