#80EF61

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

Shades of Pastel Green #80EF61

Tints of Pastel Green #80EF61

Color information

#80EF61 (or 0x80EF61) is unknown color: approx Pastel Green. HEX triplet: 80, EF and 61. RGB value is (128,239,97). Sum of RGB (Red+Green+Blue) = 128+239+97=464 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.59% from 464); Green value is 239 (93.75% from 255 or 51.51% from 464); Blue value is 97 (38.28% from 255 or 20.91% from 464); Max value from RGB is 239 - color contains mainly: green. Hex color #80EF61 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80EF61 is #7F109E. Grayscale: #BEBEBE. Windows color (decimal): -8327327 or 6418304. OLE color: 6418304.

HSL color Cylindrical-coordinate representation of color #80EF61: hue angle of 106.9º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80EF61 is Cyan = 0.46, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB12823997-
CMYK0.4600.590.06
HSL106.9º81.61%65.88%-
HSV(B)106.9º59.41%93.73%-
XYZ41.9367.1922.07-
YUV189.6275.7384.05-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.59%
GREEN value IS 239 (93.75% from 255) = 51.51%
BLUE value IS 97 (38.28% from 255) = 20.91%
R=27.59%
G=51.51%
B=20.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal128239970.4600.590.06106.981.6165.88
Hex80EF612E03B66b5242
Octal200357141560736153122102
Binary100000001110111111000011011100111011110110101110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80EF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,239,97); }

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

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

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

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

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

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

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