#80DD83

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

Shades of Pastel Green #80DD83

Tints of Pastel Green #80DD83

Color information

#80DD83 (or 0x80DD83) is unknown color: approx Pastel Green. HEX triplet: 80, DD and 83. RGB value is (128,221,131). Sum of RGB (Red+Green+Blue) = 128+221+131=480 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.67% from 480); Green value is 221 (86.72% from 255 or 46.04% from 480); Blue value is 131 (51.56% from 255 or 27.29% from 480); Max value from RGB is 221 - color contains mainly: green. Hex color #80DD83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DD83 is #7F227C. Grayscale: #B7B7B7. Windows color (decimal): -8331901 or 8641920. OLE color: 8641920.

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

Color convert

RGB128221131-
CMYK0.4200.410.13
HSL121.94º57.76%68.43%-
HSV(B)121.94º42.08%86.67%-
XYZ38.8657.9430.61-
YUV182.9398.6988.82-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.67%
GREEN value IS 221 (86.72% from 255) = 46.04%
BLUE value IS 131 (51.56% from 255) = 27.29%
R=26.67%
G=46.04%
B=27.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1282211310.4200.410.13121.9457.7668.43
Hex80DD832A029D7a3a44
Octal200335203520511517272104
Binary1000000011011101100000111010100101001110111110101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,221,131); }

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

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

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

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

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

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

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