#80EE7E

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

Shades of Pastel Green #80EE7E

Tints of Pastel Green #80EE7E

Color information

#80EE7E (or 0x80EE7E) is unknown color: approx Pastel Green. HEX triplet: 80, EE and 7E. RGB value is (128,238,126). Sum of RGB (Red+Green+Blue) = 128+238+126=492 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.02% from 492); Green value is 238 (93.36% from 255 or 48.37% from 492); Blue value is 126 (49.61% from 255 or 25.61% from 492); Max value from RGB is 238 - color contains mainly: green. Hex color #80EE7E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80EE7E is #7F1181. Grayscale: #C0C0C0. Windows color (decimal): -8327554 or 8318592. OLE color: 8318592.

HSL color Cylindrical-coordinate representation of color #80EE7E: hue angle of 118.93º degrees, saturation: 0.77, 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 #80EE7E is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB128238126-
CMYK0.4600.470.07
HSL118.93º76.71%71.37%-
HSV(B)118.93º47.06%93.33%-
XYZ43.2467.2430.44-
YUV192.3490.5682.11-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.02%
GREEN value IS 238 (93.36% from 255) = 48.37%
BLUE value IS 126 (49.61% from 255) = 25.61%
R=26.02%
G=48.37%
B=25.61%

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
Decimal1282381260.4600.470.07118.9376.7171.37
Hex80EE7E2E02F7774d47
Octal200356176560577167115107
Binary100000001110111011111101011100101111111111011110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80EE7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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