#80EE81

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

Shades of Pastel Green #80EE81

Tints of Pastel Green #80EE81

Color information

#80EE81 (or 0x80EE81) is unknown color: approx Pastel Green. HEX triplet: 80, EE and 81. RGB value is (128,238,129). Sum of RGB (Red+Green+Blue) = 128+238+129=495 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.86% from 495); Green value is 238 (93.36% from 255 or 48.08% from 495); Blue value is 129 (50.78% from 255 or 26.06% from 495); Max value from RGB is 238 - color contains mainly: green. Hex color #80EE81 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80EE81 is #7F117E. Grayscale: #C1C1C1. Windows color (decimal): -8327551 or 8515200. OLE color: 8515200.

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

Color convert

RGB128238129-
CMYK0.4600.460.07
HSL120.55º76.39%71.76%-
HSV(B)120.55º46.22%93.33%-
XYZ43.4467.3231.47-
YUV192.6892.0681.86-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.86%
GREEN value IS 238 (93.36% from 255) = 48.08%
BLUE value IS 129 (50.78% from 255) = 26.06%
R=25.86%
G=48.08%
B=26.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1282381290.4600.460.07120.5576.3971.76
Hex80EE812E02E7794c48
Octal200356201560567171114110
Binary1000000011101110100000011011100101110111111100110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80EE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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