#80E666

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

Shades of Pastel Green #80E666

Tints of Pastel Green #80E666

Color information

#80E666 (or 0x80E666) is unknown color: approx Pastel Green. HEX triplet: 80, E6 and 66. RGB value is (128,230,102). Sum of RGB (Red+Green+Blue) = 128+230+102=460 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.83% from 460); Green value is 230 (90.23% from 255 or 50% from 460); Blue value is 102 (40.23% from 255 or 22.17% from 460); Max value from RGB is 230 - color contains mainly: green. Hex color #80E666 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80E666 is #7F1999. Grayscale: #B9B9B9. Windows color (decimal): -8329626 or 6743680. OLE color: 6743680.

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

Color convert

RGB128230102-
CMYK0.4400.560.10
HSL107.81º71.91%65.1%-
HSV(B)107.81º55.65%90.2%-
XYZ39.662.1422.48-
YUV184.9181.2187.41-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.83%
GREEN value IS 230 (90.23% from 255) = 50%
BLUE value IS 102 (40.23% from 255) = 22.17%
R=27.83%
G=50%
B=22.17%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1282301020.4400.560.10107.8171.9165.1
Hex80E6662C038A6c4841
Octal2003461465407012154110101
Binary1000000011100110110011010110001110001010110110010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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