#80E681

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

Shades of Pastel Green #80E681

Tints of Pastel Green #80E681

Color information

#80E681 (or 0x80E681) is unknown color: approx Pastel Green. HEX triplet: 80, E6 and 81. RGB value is (128,230,129). Sum of RGB (Red+Green+Blue) = 128+230+129=487 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.28% from 487); Green value is 230 (90.23% from 255 or 47.23% from 487); Blue value is 129 (50.78% from 255 or 26.49% from 487); Max value from RGB is 230 - color contains mainly: green. Hex color #80E681 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80E681 is #7F197E. Grayscale: #BCBCBC. Windows color (decimal): -8329599 or 8513152. OLE color: 8513152.

HSL color Cylindrical-coordinate representation of color #80E681: hue angle of 120.59º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80E681 is Cyan = 0.44, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB128230129-
CMYK0.4400.440.10
HSL120.59º67.11%70.2%-
HSV(B)120.59º44.35%90.2%-
XYZ41.1662.7730.71-
YUV187.9994.7185.21-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.28%
GREEN value IS 230 (90.23% from 255) = 47.23%
BLUE value IS 129 (50.78% from 255) = 26.49%
R=26.28%
G=47.23%
B=26.49%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1282301290.4400.440.10120.5967.1170.2
Hex80E6812C02CA794346
Octal2003462015405412171103106
Binary10000000111001101000000110110001011001010111100110000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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