#80ED60

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

Shades of Pastel Green #80ED60

Tints of Pastel Green #80ED60

Color information

#80ED60 (or 0x80ED60) is unknown color: approx Pastel Green. HEX triplet: 80, ED and 60. RGB value is (128,237,96). Sum of RGB (Red+Green+Blue) = 128+237+96=461 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.77% from 461); Green value is 237 (92.97% from 255 or 51.41% from 461); Blue value is 96 (37.89% from 255 or 20.82% from 461); Max value from RGB is 237 - color contains mainly: green. Hex color #80ED60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80ED60 is #7F129F. Grayscale: #BCBCBC. Windows color (decimal): -8327840 or 6352256. OLE color: 6352256.

HSL color Cylindrical-coordinate representation of color #80ED60: hue angle of 106.38º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80ED60 is Cyan = 0.46, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB12823796-
CMYK0.4600.590.07
HSL106.38º79.66%65.29%-
HSV(B)106.38º59.49%92.94%-
XYZ41.36621.63-
YUV188.3375.8984.96-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.77%
GREEN value IS 237 (92.97% from 255) = 51.41%
BLUE value IS 96 (37.89% from 255) = 20.82%
R=27.77%
G=51.41%
B=20.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal128237960.4600.590.07106.3879.6665.29
Hex80ED602E03B76a5041
Octal200355140560737152120101
Binary100000001110110111000001011100111011111110101010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80ED60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,237,96); }

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

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

 a { background-color: rgb(128,237,96); }

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

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

 span { border-color: rgb(128,237,96); }

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