#64ED80

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

Shades of Pastel Green #64ED80

Tints of Pastel Green #64ED80

Color information

#64ED80 (or 0x64ED80) is unknown color: approx Pastel Green. HEX triplet: 64, ED and 80. RGB value is (100,237,128). Sum of RGB (Red+Green+Blue) = 100+237+128=465 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.51% from 465); Green value is 237 (92.97% from 255 or 50.97% from 465); Blue value is 128 (50.39% from 255 or 27.53% from 465); Max value from RGB is 237 - color contains mainly: green. Hex color #64ED80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64ED80 is #9B127F. Grayscale: #B7B7B7. Windows color (decimal): -10162816 or 8449380. OLE color: 8449380.

HSL color Cylindrical-coordinate representation of color #64ED80: hue angle of 132.26º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64ED80 is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB100237128-
CMYK0.5800.460.07
HSL132.26º79.19%66.08%-
HSV(B)132.26º57.81%92.94%-
XYZ39.4464.8430.86-
YUV183.6196.6168.36-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.51%
GREEN value IS 237 (92.97% from 255) = 50.97%
BLUE value IS 128 (50.39% from 255) = 27.53%
R=21.51%
G=50.97%
B=27.53%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1002371280.5800.460.07132.2679.1966.08
Hex64ED803A02E7844f42
Octal144355200720567204117102
Binary1100100111011011000000011101001011101111000010010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64ED80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64ED80; }

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

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

<style>
 a { background-color: #64ED80; }

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

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

<style>
 span { border-color: #64ED80; }

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

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