#80DE80

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

Shades of Pastel Green #80DE80

Tints of Pastel Green #80DE80

Color information

#80DE80 (or 0x80DE80) is unknown color: approx Pastel Green. HEX triplet: 80, DE and 80. RGB value is (128,222,128). Sum of RGB (Red+Green+Blue) = 128+222+128=478 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.78% from 478); Green value is 222 (87.11% from 255 or 46.44% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 222 - color contains mainly: green. Hex color #80DE80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DE80 is #7F217F. Grayscale: #B7B7B7. Windows color (decimal): -8331648 or 8445568. OLE color: 8445568.

HSL color Cylindrical-coordinate representation of color #80DE80: hue angle of 120º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DE80 is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB128222128-
CMYK0.4200.420.13
HSL120º58.75%68.63%-
HSV(B)120º42.34%87.06%-
XYZ38.9258.3929.64-
YUV183.1896.8688.64-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.78%
GREEN value IS 222 (87.11% from 255) = 46.44%
BLUE value IS 128 (50.39% from 255) = 26.78%
R=26.78%
G=46.44%
B=26.78%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1282221280.4200.420.1312058.7568.63
Hex80DE802A02AD783b45
Octal200336200520521517073105
Binary1000000011011110100000001010100101010110111110001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,222,128); }

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

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

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

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

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

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

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