#80de7b

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

Shades of Pastel Green #80DE7B

Tints of Pastel Green #80DE7B

Color information

#80DE7B (or 0x80DE7B) is unknown color: approx Pastel Green. HEX triplet: 80, DE and 7B. RGB value is (128,222,123). Sum of RGB (Red+Green+Blue) = 128+222+123=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 222 (87.11% from 255 or 46.93% from 473); Blue value is 123 (48.44% from 255 or 26.00% from 473); Max value from RGB is 222 - color contains mainly: green. Hex color #80DE7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DE7B is #7F2184. Grayscale: #B6B6B6. Windows color (decimal): -8331653 or 8117888. OLE color: 8117888.

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

Color convert

RGB128222123-
CMYK0.4200.450.13
HSL116.97º60%67.65%-
HSV(B)116.97º44.59%87.06%-
XYZ38.658.2627.95-
YUV182.6194.3689.05-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.06%
GREEN value IS 222 (87.11% from 255) = 46.93%
BLUE value IS 123 (48.44% from 255) = 26.00%
R=27.06%
G=46.93%
B=26.00%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1282221230.4200.450.13116.976067.65
Hex80DE7B2A02DD753c44
Octal200336173520551516574104
Binary100000001101111011110111010100101101110111101011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80de7b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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