#80E574

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

Shades of Pastel Green #80E574

Tints of Pastel Green #80E574

Color information

#80E574 (or 0x80E574) is unknown color: approx Pastel Green. HEX triplet: 80, E5 and 74. RGB value is (128,229,116). Sum of RGB (Red+Green+Blue) = 128+229+116=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 229 (89.84% from 255 or 48.41% from 473); Blue value is 116 (45.70% from 255 or 24.52% from 473); Max value from RGB is 229 - color contains mainly: green. Hex color #80E574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80E574 is #7F1A8B. Grayscale: #BABABA. Windows color (decimal): -8329868 or 7660928. OLE color: 7660928.

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

Color convert

RGB128229116-
CMYK0.4400.490.10
HSL113.63º68.48%67.65%-
HSV(B)113.63º49.34%89.8%-
XYZ40.0761.8926.36-
YUV185.9288.5486.69-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.06%
GREEN value IS 229 (89.84% from 255) = 48.41%
BLUE value IS 116 (45.70% from 255) = 24.52%
R=27.06%
G=48.41%
B=24.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1282291160.4400.490.10113.6368.4867.65
Hex80E5742C031A724444
Octal2003451645406112162104104
Binary1000000011100101111010010110001100011010111001010001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,229,116); }

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

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

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

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

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

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

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