#80E07B

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

Shades of Pastel Green #80E07B

Tints of Pastel Green #80E07B

Color information

#80E07B (or 0x80E07B) is unknown color: approx Pastel Green. HEX triplet: 80, E0 and 7B. RGB value is (128,224,123). Sum of RGB (Red+Green+Blue) = 128+224+123=475 (62% of max value = 765). Red value is 128 (50.39% from 255 or 26.95% from 475); Green value is 224 (87.89% from 255 or 47.16% from 475); Blue value is 123 (48.44% from 255 or 25.89% from 475); Max value from RGB is 224 - color contains mainly: green. Hex color #80E07B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80E07B is #7F1F84. Grayscale: #B8B8B8. Windows color (decimal): -8331141 or 8118400. OLE color: 8118400.

HSL color Cylindrical-coordinate representation of color #80E07B: hue angle of 117.03º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80E07B is Cyan = 0.43, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB128224123-
CMYK0.4300.450.12
HSL117.03º61.96%68.04%-
HSV(B)117.03º45.09%87.84%-
XYZ39.1359.3328.13-
YUV183.7893.788.21-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.95%
GREEN value IS 224 (87.89% from 255) = 47.16%
BLUE value IS 123 (48.44% from 255) = 25.89%
R=26.95%
G=47.16%
B=25.89%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1282241230.4300.450.12117.0361.9668.04
Hex80E07B2B02DC753e44
Octal200340173530551416576104
Binary100000001110000011110111010110101101110011101011111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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