#80EE6A

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

Shades of Pastel Green #80EE6A

Tints of Pastel Green #80EE6A

Color information

#80EE6A (or 0x80EE6A) is unknown color: approx Pastel Green. HEX triplet: 80, EE and 6A. RGB value is (128,238,106). Sum of RGB (Red+Green+Blue) = 128+238+106=472 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.12% from 472); Green value is 238 (93.36% from 255 or 50.42% from 472); Blue value is 106 (41.80% from 255 or 22.46% from 472); Max value from RGB is 238 - color contains mainly: green. Hex color #80EE6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80EE6A is #7F1195. Grayscale: #BEBEBE. Windows color (decimal): -8327574 or 7007872. OLE color: 7007872.

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

Color convert

RGB128238106-
CMYK0.4600.550.07
HSL110º79.52%67.45%-
HSV(B)110º55.46%93.33%-
XYZ42.0866.7824.31-
YUV190.0680.5683.73-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.12%
GREEN value IS 238 (93.36% from 255) = 50.42%
BLUE value IS 106 (41.80% from 255) = 22.46%
R=27.12%
G=50.42%
B=22.46%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1282381060.4600.550.0711079.5267.45
Hex80EE6A2E03776e5043
Octal200356152560677156120103
Binary100000001110111011010101011100110111111110111010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80EE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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