#80E661

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

Shades of Pastel Green #80E661

Tints of Pastel Green #80E661

Color information

#80E661 (or 0x80E661) is unknown color: approx Pastel Green. HEX triplet: 80, E6 and 61. RGB value is (128,230,97). Sum of RGB (Red+Green+Blue) = 128+230+97=455 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.13% from 455); Green value is 230 (90.23% from 255 or 50.55% from 455); Blue value is 97 (38.28% from 255 or 21.32% from 455); Max value from RGB is 230 - color contains mainly: green. Hex color #80E661 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80E661 is #7F199E. Grayscale: #B8B8B8. Windows color (decimal): -8329631 or 6416000. OLE color: 6416000.

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

Color convert

RGB12823097-
CMYK0.4400.580.10
HSL106.02º72.68%64.12%-
HSV(B)106.02º57.83%90.2%-
XYZ39.3662.0521.21-
YUV184.3478.7187.81-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.13%
GREEN value IS 230 (90.23% from 255) = 50.55%
BLUE value IS 97 (38.28% from 255) = 21.32%
R=28.13%
G=50.55%
B=21.32%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal128230970.4400.580.10106.0272.6864.12
Hex80E6612C03AA6a4940
Octal2003461415407212152111100
Binary1000000011100110110000110110001110101010110101010010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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